mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Move fizzle message to define
This commit is contained in:
+1
-1
@@ -5834,7 +5834,7 @@ bool Bot::CastSpell(
|
|||||||
|
|
||||||
if (DivineAura()) {
|
if (DivineAura()) {
|
||||||
LogSpellsDetail("Spell casting canceled: cannot cast while Divine Aura is in effect");
|
LogSpellsDetail("Spell casting canceled: cannot cast while Divine Aura is in effect");
|
||||||
InterruptSpell(173, 0x121, false);
|
InterruptSpell(SPELL_FIZZLE, 0x121, false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user