aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 14628b2c66b..2cc133d4f01 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6572,7 +6572,7 @@ void AuraEffect::PeriodicDummyTick()
if (!caster)
return;
int32 damage = m_amount;
- caster->CastCustomSpell(m_target, 56298, &damage, 0, 0, true, 0, this);
+ caster->CastCustomSpell(m_target, 53352, &damage, 0, 0, true, 0, this);
return;
}
switch (spell->Id)