From 30f232d5dbf6fabbec88efb98585857f16ee4d13 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 9 Jan 2022 12:45:32 +0100 Subject: Scripts/Spells: Fixed shaman Healing Rain not doing anything --- src/server/scripts/Spells/spell_shaman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 1cc2cfca560..4f720e74af9 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -604,7 +604,7 @@ class spell_sha_healing_rain : public SpellScript void Register() override { - OnHit += SpellHitFn(spell_sha_healing_rain::InitializeVisualStalker); + AfterHit += SpellHitFn(spell_sha_healing_rain::InitializeVisualStalker); } }; -- cgit v1.2.3