mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(Scripts/TempleOfAhnQiraj): Make Nullify consume mana (#13403)
This commit is contained in:
@@ -406,7 +406,7 @@ struct npc_obsidian_nullifier : public ScriptedAI
|
||||
|
||||
if (me->GetPowerPct(POWER_MANA) >= 100.f)
|
||||
{
|
||||
DoCastAOE(SPELL_NULLIFY, true);
|
||||
DoCastAOE(SPELL_NULLIFY);
|
||||
}
|
||||
|
||||
context.Repeat(6s);
|
||||
|
||||
Reference in New Issue
Block a user