diff --git a/zone/botspellsai.cpp b/zone/botspellsai.cpp index bacc65076..da1b27bb2 100644 --- a/zone/botspellsai.cpp +++ b/zone/botspellsai.cpp @@ -2060,7 +2060,6 @@ uint8 Bot::GetChanceToCastBySpellType(uint16 spellType) case BotSpellTypes::GroupHeals: case BotSpellTypes::GroupCompleteHeals: case BotSpellTypes::GroupHoTHeals: - case BotSpellTypes::GroupCures: return RuleI(Bots, PercentChanceToCastGroupHeal); case BotSpellTypes::Nuke: return RuleI(Bots, PercentChanceToCastNuke);