diff options
author | Rat <none@none> | 2010-05-17 17:10:24 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-05-17 17:10:24 +0200 |
commit | 9a631614e38d5b24a7c53fe7f686a96e9abb529a (patch) | |
tree | d27ca41cdee96804db9111536aa3e79faf317a1e /src/game/BattleGroundWS.h | |
parent | 47b32302f1ab40255c63da57ee2129b945c3765e (diff) |
display honor gained from kills in bg score window
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGroundWS.h')
-rw-r--r-- | src/game/BattleGroundWS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h index 2488de1f7c2..1a733c14570 100644 --- a/src/game/BattleGroundWS.h +++ b/src/game/BattleGroundWS.h @@ -193,7 +193,7 @@ class BattleGroundWS : public BattleGround void UpdateFlagState(uint32 team, uint32 value); void SetFirstFlagCapture(uint32 team) { m_FirstFlagCaptureTeam = team; } void UpdateTeamScore(uint32 team); - void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); + void UpdatePlayerScore(Player *Source, uint32 type, uint32 value, bool doAddHonor = true); void SetDroppedFlagGUID(uint64 guid, uint32 TeamID) { m_DroppedFlagGUID[GetTeamIndexByTeamId(TeamID)] = guid;} uint64 GetDroppedFlagGUID(uint32 TeamID) { return m_DroppedFlagGUID[GetTeamIndexByTeamId(TeamID)];} virtual void FillInitialWorldStates(WorldPacket& data); |