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 b0c0b67b54a..d729ec1f182 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6343,7 +6343,7 @@ void Aura::PeriodicDummyTick()
if (!caster)
return;
int32 damage = m_modifier.m_amount;
- caster->CastCustomSpell(m_target, 53352, &damage, 0, 0, true, 0, this);
+ caster->CastCustomSpell(m_target, 56298, &damage, 0, 0, true, 0, this);
return;
}
switch (spell->Id)