mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +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)
|
||||
{
|
||||
DoCastAOE(SPELL_SHOCK_BLAST, true);
|
||||
DoCastAOE(SPELL_SHOCK_BLAST);
|
||||
}
|
||||
|
||||
context.Repeat(3500ms);
|
||||
|
||||
Reference in New Issue
Block a user