diff options
author | Rat <none@none> | 2010-05-12 07:32:04 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-05-12 07:32:04 +0200 |
commit | bfa0588fac005b6f274edb8ccd7b622cd47dd1ff (patch) | |
tree | 233c100feda829b7dd40339160e4372093f90133 /src/game/BattleGround.cpp | |
parent | 75c136468267ee379e1f839be6ce3c049efca74a (diff) |
typo :(
should olso fix linux compile
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r-- | src/game/BattleGround.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 56ed82a2533..06a4dbd5391 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -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; |