diff --git a/Source/monster.cpp b/Source/monster.cpp index 643a91aa8..a0e24e3f9 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -1827,7 +1827,7 @@ void AiAvoidance(Monster &monster) MissileID GetMissileType(MonsterAIID ai) { switch (ai) { - case MonsterAIID::GoatMelee: + case MonsterAIID::GoatRanged: return MissileID::Arrow; case MonsterAIID::Succubus: case MonsterAIID::LazarusSuccubus: