mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
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:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user