diff --git a/zone/botspellsai.cpp b/zone/botspellsai.cpp index 13079a513..90827f91f 100644 --- a/zone/botspellsai.cpp +++ b/zone/botspellsai.cpp @@ -2669,7 +2669,7 @@ BotSpell Bot::GetDebuffBotSpell(Bot* botCaster, Mob *tar) { if (!tar || !botCaster) return result; - if (botCaster && botCaster->AI_HasSpells()) { + if (botCaster->AI_HasSpells()) { std::vector botSpellList = botCaster->AIBot_spells; for (int i = botSpellList.size() - 1; i >= 0; i--) {