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)
|
if (me->GetPowerPct(POWER_MANA) >= 100.f)
|
||||||
{
|
{
|
||||||
DoCastAOE(SPELL_NULLIFY, true);
|
DoCastAOE(SPELL_NULLIFY);
|
||||||
}
|
}
|
||||||
|
|
||||||
context.Repeat(6s);
|
context.Repeat(6s);
|
||||||
|
|||||||
Reference in New Issue
Block a user