Merge pull request #8581 from Butterfly69/patch-9

Core/Spells:Beacon of Light
This commit is contained in:
Nay
2013-01-10 23:29:51 -08:00

View File

@@ -6708,7 +6708,7 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
if (triggered_spell_id && beaconTarget)
{
victim->CastCustomSpell(beaconTarget, triggered_spell_id, &basepoints0, NULL, NULL, true, 0, triggeredByAura);
victim->CastCustomSpell(beaconTarget, triggered_spell_id, &basepoints0, NULL, NULL, true);
return true;
}