fix(Scripts/TempleofAhnQiraj): Obsidian Eradicator Shock Blast now consume mana (#13356)
This commit is contained in:
parent
8a334e8210
commit
7d6bcf1b50
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue