aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/VioletHold/boss_ichoron.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/VioletHold/boss_ichoron.cpp b/src/server/scripts/Northrend/VioletHold/boss_ichoron.cpp
index 01353d0128d..14539491bc3 100644
--- a/src/server/scripts/Northrend/VioletHold/boss_ichoron.cpp
+++ b/src/server/scripts/Northrend/VioletHold/boss_ichoron.cpp
@@ -29,6 +29,7 @@ enum Spells
SPELL_WATER_BOLT_VOLLEY = 54241,
SPELL_WATER_BOLT_VOLLEY_H = 59521,
SPELL_SPLASH = 59516,
+ SPELL_WATER_GLOBULE = 54268
};
enum IchoronCreatures
@@ -355,6 +356,7 @@ public:
void Reset()
{
uiRangeCheck_Timer = 1000;
+ DoCast(me,SPELL_WATER_GLOBULE);
}
void AttackStart(Unit* /*pWho*/)