mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/TempleofAhnQiraj): Obsidian Eradicator Shock Blast now consume mana (#13356)
This commit is contained in:
@@ -273,7 +273,7 @@ struct npc_obsidian_eradicator : public ScriptedAI
|
|||||||
|
|
||||||
if (me->GetPowerPct(POWER_MANA) >= 100.f)
|
if (me->GetPowerPct(POWER_MANA) >= 100.f)
|
||||||
{
|
{
|
||||||
DoCastAOE(SPELL_SHOCK_BLAST, true);
|
DoCastAOE(SPELL_SHOCK_BLAST);
|
||||||
}
|
}
|
||||||
|
|
||||||
context.Repeat(3500ms);
|
context.Repeat(3500ms);
|
||||||
|
|||||||
Reference in New Issue
Block a user