diff options
author | click <none@none> | 2010-10-21 22:17:04 +0200 |
---|---|---|
committer | click <none@none> | 2010-10-21 22:17:04 +0200 |
commit | 78f506be8aa611d87e5a534fba985809bfb5d633 (patch) | |
tree | 544eabbfce1444a3034ffe7c9d6160dea5681b84 /src | |
parent | 8ac91ada229b556d6ca306492bffbcb7a7db2ac0 (diff) |
Scripts/VioletHold: Give Ichiron adds the proper visual model (give them the proper aura) - fix by Gyullo / Manuel
Closes issue 3288
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/VioletHold/boss_ichoron.cpp | 2 |
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*/) |