From b41b611ba7e53382be8247b7b6f0dc5c350bb7c3 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 15 Mar 2009 19:25:20 +0100 Subject: *Use correct dummyspell for Explosive Shot --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3