Skip to content

Commit

Permalink
Spell/Scripts : Fixed Beacon of Light
Browse files Browse the repository at this point in the history
  • Loading branch information
Butterfly69 committed Sep 23, 2012
1 parent 5faa9d3 commit 370caab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/game/Entities/Unit/Unit.cpp
Expand Up @@ -6649,8 +6649,7 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
return false;

basepoints0 = int32(damage);
triggered_spell_id = 53652;
victim->CastCustomSpell(beaconTarget, triggered_spell_id, &basepoints0, NULL, NULL, true, 0, triggeredByAura);
victim->CastCustomSpell(beaconTarget, 53654, &basepoints0, NULL, NULL, true);
return true;
}
}
Expand Down

0 comments on commit 370caab

Please sign in to comment.