mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 05:19:40 -04:00
Core/Spells: Fix Beacon of Light in more correct way
This commit is contained in:
@@ -6700,10 +6700,8 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
|
||||
if (beaconTarget->IsWithinLOSInMap(victim))
|
||||
{
|
||||
basepoints0 = damage;
|
||||
triggered_spell_id = 53654;
|
||||
target = beaconTarget;
|
||||
originalCaster = victim->GetGUID();
|
||||
break;
|
||||
victim->CastCustomSpell(beaconTarget, 53654, &basepoints0, NULL, NULL, true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user