Scripts/Spells: Fixed shaman Healing Rain not doing anything
Port From (https://github.com/TrinityCore/TrinityCore/commit/30f232d5dbf6fabbec88efb98585857f16ee4d13)
This commit is contained in:
@@ -545,7 +545,7 @@ namespace Scripts.Spells.Shaman
|
|||||||
|
|
||||||
public override void Register()
|
public override void Register()
|
||||||
{
|
{
|
||||||
OnHit.Add(new HitHandler(InitializeVisualStalker));
|
AfterHit.Add(new HitHandler(InitializeVisualStalker));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user