Move fizzle message to define

This commit is contained in:
nytmyr
2024-12-06 22:32:34 -06:00
parent 3b7edc032f
commit 88b0e4f15e
+1 -1
View File
@@ -5823,7 +5823,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;
}