From 2e7d8d35fe2d9d5237d44d017b455adc629db660 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 19 Apr 2009 12:22:40 -0500 Subject: [PATCH] *Fix build. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }