aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundABG.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGroundABG.h')
-rw-r--r--src/game/BattleGroundABG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundABG.h b/src/game/BattleGroundABG.h
index 478e8ffaf46..70d48a7ceeb 100644
--- a/src/game/BattleGroundABG.h
+++ b/src/game/BattleGroundABG.h
@@ -47,7 +47,7 @@ class BattleGroundABG : public BattleGround
//bool SetupBattleGround();
/* Scorekeeping */
- void UpdatePlayerScore(Player *Source, uint32 type, uint32 value);
+ void UpdatePlayerScore(Player *Source, uint32 type, uint32 value, bool doAddHonor = true);
private:
};