diff options
author | megamage <none@none> | 2009-04-19 12:22:40 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-19 12:22:40 -0500 |
commit | 2e7d8d35fe2d9d5237d44d017b455adc629db660 (patch) | |
tree | a50b10d6e1c2d969ed307db9c7394849044ff7ec /src | |
parent | eb8814273643927ac3e0f8b9e8d41ccc8dc1f36b (diff) |
*Fix build.
--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 ddc1b9c59a4..8f14fb5e5ef 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2221,7 +2221,7 @@ void AuraEffect::TriggerSpell() // Negative Energy Periodic case 46284: { - caster->CastCustomSpell(trigger_spell_id, SPELLVALUE_MAX_TARGETS, m_tickNumber / 10 + 1, NULL, true, NULL, this, originalCasterGUID); + caster->CastCustomSpell(trigger_spell_id, SPELLVALUE_MAX_TARGETS, m_tickNumber / 10 + 1, NULL, true, NULL, this); return; } } |