should olso fix linux compile

--HG--
branch : trunk
This commit is contained in:
Rat
2010-05-12 07:32:04 +02:00
parent 75c1364682
commit bfa0588fac
2 changed files with 2 additions and 2 deletions

View File

@@ -1952,7 +1952,7 @@ void BattleGround::SetBracket(PvPDifficultyEntry const* bracketEntry)
SetLevelRange(bracketEntry->minLevel,bracketEntry->maxLevel);
}
void BattleGround::RewardXPAtKill(Player* plr, Unit* victim)
void BattleGround::RewardXPAtKill(Player* plr, Player* victim)
{
if (!plr || !victim)
return;