diff options
author | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
commit | dc1207139ac3a6bccd918ddb5d291df98ac1cf33 (patch) | |
tree | fc13f86b6c09f449ccc319c3d321f1e87dafa8d6 /src/game/BattleGroundWS.h | |
parent | 89464472a97fcba60e4ad7682a44f8106cc64ecd (diff) |
*Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches..
--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 1a98f0623c5..b3ac6781030 100644 --- a/src/game/BattleGroundWS.h +++ b/src/game/BattleGroundWS.h @@ -208,7 +208,7 @@ class BattleGroundWS : public BattleGround int32 m_FlagsTimer[2]; int32 m_FlagsDropTimer[2]; uint32 m_FirstFlagCaptureTeam; // Winner is based on this if score is equal - + uint32 m_ReputationCapture; uint32 m_HonorWinKills; uint32 m_HonorEndKills; |