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;

View File

@@ -549,7 +549,7 @@ class BattleGround
/* virtual score-array - get's used in bg-subclasses */
int32 m_TeamScores[BG_TEAMS_COUNT];
void RewardXPAtKill(Player* plr, Unit* victim);
void RewardXPAtKill(Player* plr, Player* victim);
protected:
//this method is called, when BG cannot spawn its own spirit guide, or something is wrong, It correctly ends BattleGround