diff options
| author | Blaymoira <none@none> | 2009-03-15 19:25:20 +0100 | 
|---|---|---|
| committer | Blaymoira <none@none> | 2009-03-15 19:25:20 +0100 | 
| commit | b41b611ba7e53382be8247b7b6f0dc5c350bb7c3 (patch) | |
| tree | 8a5da2834a0560e42b4b7fec695ea8cb2fdacac5 /src | |
| parent | 9dedddcb40e5915a9ba6a5a073cf0ac5f2a5d10d (diff) | |
*Use correct dummyspell for Explosive Shot
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellAuras.cpp | 2 | 
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)  | 
