diff --git a/zone/bot.cpp b/zone/bot.cpp index a190d3315..24394d5b6 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -5834,7 +5834,7 @@ bool Bot::CastSpell( if (DivineAura()) { LogSpellsDetail("Spell casting canceled: cannot cast while Divine Aura is in effect"); - InterruptSpell(173, 0x121, false); + InterruptSpell(SPELL_FIZZLE, 0x121, false); return false; }