aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGround.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGround.h')
-rw-r--r--src/game/BattleGround.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h
index 28796ee4fed..43b7f59fff2 100644
--- a/src/game/BattleGround.h
+++ b/src/game/BattleGround.h
@@ -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