diff options
Diffstat (limited to 'src/game/BattleGroundSA.h')
-rw-r--r-- | src/game/BattleGroundSA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundSA.h b/src/game/BattleGroundSA.h index 01a76ab7a1a..aedf8307369 100644 --- a/src/game/BattleGroundSA.h +++ b/src/game/BattleGroundSA.h @@ -316,7 +316,7 @@ class BattleGroundSA : public BattleGround /* Scorekeeping */ - void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); + void UpdatePlayerScore(Player *Source, uint32 type, uint32 value, bool doAddHonor = true); private: bool ResetObjs(); |