fix(Scripts/TempleOfAhnQiraj): Make Nullify consume mana (#13403)
This commit is contained in:
parent
108ebeae84
commit
b3e20ea7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue