Scripts/VioletHold: Give Ichiron adds the proper visual model (give them the proper aura) - fix by Gyullo / Manuel

Closes issue 3288

--HG--
branch : trunk
This commit is contained in:
click
2010-10-21 22:17:04 +02:00
parent 8ac91ada22
commit 78f506be8a

View File

@@ -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*/)