aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
};