From 80a51c78046724382668ff20304344ecf642302c Mon Sep 17 00:00:00 2001 From: Slimebreath6078 Date: Sat, 29 Jul 2023 13:17:57 +0900 Subject: [PATCH] =?utf8?q?=E9=9A=95=E7=9F=B3=E5=B1=9E=E6=80=A7=E3=81=AE?= =?utf8?q?=E3=83=9C=E3=83=BC=E3=83=AB=E3=83=BB=E3=83=9C=E3=83=AB=E3=83=88?= =?utf8?q?=E3=82=92=E6=94=BB=E6=92=83=E9=AD=94=E6=B3=95=E3=81=AB=E5=90=AB?= =?utf8?q?=E3=82=81=E3=82=8B=E3=82=88=E3=81=86spell=5Fattack=E9=96=A2?= =?utf8?q?=E6=95=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mspell/mspell-selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mspell/mspell-selector.cpp b/src/mspell/mspell-selector.cpp index db23fdd93..5564834f9 100644 --- a/src/mspell/mspell-selector.cpp +++ b/src/mspell/mspell-selector.cpp @@ -65,7 +65,7 @@ static bool spell_attack(MonsterAbilityType spell) if (spell_in_between(spell, MonsterAbilityType::CAUSE_1, MonsterAbilityType::MISSILE)) { return true; } - if (spell_in_between(spell, MonsterAbilityType::BO_VOID, MonsterAbilityType::BO_ABYSS)) { + if (spell_in_between(spell, MonsterAbilityType::BO_VOID, MonsterAbilityType::BO_METEOR)) { return true; } -- 2.11.0