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, 2 insertions, 0 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h
index ed3e8f2a87e..eb19b025579 100644
--- a/src/game/BattleGround.h
+++ b/src/game/BattleGround.h
@@ -547,6 +547,8 @@ class BattleGround
/* virtual score-array - get's used in bg-subclasses */
int32 m_TeamScores[BG_TEAMS_COUNT];
+ void RewardXPAtKill(Player* plr, Unit* victim);
+
protected:
//this method is called, when BG cannot spawn its own spirit guide, or something is wrong, It correctly ends BattleGround
void EndNow();