Move fizzle message to define

This commit is contained in:
nytmyr
2024-12-06 22:32:34 -06:00
parent 0f3c112972
commit 347a916bbb
+1 -1
View File
@@ -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;
}