*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-19 12:22:40 -05:00
parent eb88142736
commit 2e7d8d35fe

View File

@@ -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;
}
}