aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundBE.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGroundBE.h')
-rw-r--r--src/game/BattleGroundBE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundBE.h b/src/game/BattleGroundBE.h
index 83a29015940..760d4d278c9 100644
--- a/src/game/BattleGroundBE.h
+++ b/src/game/BattleGroundBE.h
@@ -73,6 +73,6 @@ class BattleGroundBE : public BattleGround
bool HandlePlayerUnderMap(Player * plr);
/* Scorekeeping */
- void UpdatePlayerScore(Player *Source, uint32 type, uint32 value);
+ void UpdatePlayerScore(Player *Source, uint32 type, uint32 value, bool doAddHonor = true);
};
#endif