aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-19 12:22:40 -0500
committermegamage <none@none>2009-04-19 12:22:40 -0500
commit2e7d8d35fe2d9d5237d44d017b455adc629db660 (patch)
treea50b10d6e1c2d969ed307db9c7394849044ff7ec /src
parenteb8814273643927ac3e0f8b9e8d41ccc8dc1f36b (diff)
*Fix build.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.cpp2
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;
}
}