diff options
author | p0wer <none@none> | 2010-03-02 20:40:36 -0600 |
---|---|---|
committer | p0wer <none@none> | 2010-03-02 20:40:36 -0600 |
commit | 8f74403b0de892880823cef18c2ac17515577055 (patch) | |
tree | 2cfbfaa0fbbe7f5c6d6b62edd8396467e9e5b3c2 /src | |
parent | 8ae9b396896cb692e85d1c55472e39cc92ea4dfa (diff) |
Missed change from last commit. These variables aren't needed.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/BattleGroundSA.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/BattleGroundSA.h b/src/game/BattleGroundSA.h index ec2d10c5e59..18653d655c3 100644 --- a/src/game/BattleGroundSA.h +++ b/src/game/BattleGroundSA.h @@ -337,8 +337,6 @@ class BattleGroundSA : public BattleGround void ToggleTimer(); TeamId attackers; uint32 TotalTime; - uint32 m_HonorWinKills; - uint32 m_HonorEndKills; bool ShipsStarted; BG_SA_GateState GateStatus[6]; BG_SA_Status status; |