diff options
| author | QAston <none@none> | 2009-05-03 20:00:29 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-05-03 20:00:29 +0200 |
| commit | 833cdf5fe67457714203364655e975bdacf00cf4 (patch) | |
| tree | dcbcc021cb352e057cf47fcb9bbfd003385411e0 /src | |
| parent | 23933c7412a4ad81677a2d345bdb6f53f0d7dbe9 (diff) | |
*Update some procflags for 309.
*Do not trigger aoe damage 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 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) |
