fix(Scripts/TempleofAhnQiraj): Obsidian Eradicator Shock Blast now consume mana (#13356)

This commit is contained in:
Gultask
2022-10-11 14:38:54 -03:00
committed by GitHub
parent 8a334e8210
commit 7d6bcf1b50

View File

@@ -273,7 +273,7 @@ struct npc_obsidian_eradicator : public ScriptedAI
if (me->GetPowerPct(POWER_MANA) >= 100.f)
{
DoCastAOE(SPELL_SHOCK_BLAST, true);
DoCastAOE(SPELL_SHOCK_BLAST);
}
context.Repeat(3500ms);