diff options
Diffstat (limited to 'src/game/BattleGroundAB.h')
-rw-r--r-- | src/game/BattleGroundAB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAB.h b/src/game/BattleGroundAB.h index 733ba832473..3072f8beafd 100644 --- a/src/game/BattleGroundAB.h +++ b/src/game/BattleGroundAB.h @@ -255,7 +255,7 @@ class BattleGroundAB : public BattleGround virtual WorldSafeLocsEntry const* GetClosestGraveYard(Player* player); /* Scorekeeping */ - virtual void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); + virtual void UpdatePlayerScore(Player *Source, uint32 type, uint32 value, bool doAddHonor = true); virtual void FillInitialWorldStates(WorldPacket& data); |