fix(Scripts/TempleOfAhnQiraj): Make Nullify consume mana (#13403)

This commit is contained in:
Gultask 2022-10-14 16:27:52 -03:00 committed by GitHub
parent 108ebeae84
commit b3e20ea7ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);