aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv2112 <s.v.h21@hotmail.com>2012-02-05 07:58:16 -0500
committerSubv2112 <s.v.h21@hotmail.com>2012-02-05 07:58:16 -0500
commit40a78be7966000089ddf89d9be2bef99ed4923aa (patch)
tree37e2a6c83da16f79a2bca210a9f7dfa1e462e2de
parent66a488190537ba2ff2c4d9ae122a4258ce9d44ae (diff)
Codestyle/Battlegrounds: Removed unused variables in BattlegroudAB.cpp
Signed-off-by: Subv <s.v.h21@hotmail.com>
-rwxr-xr-xsrc/server/game/Battlegrounds/Zones/BattlegroundAB.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp
index 5e529768c04..1e128429533 100755
--- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp
+++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp
@@ -28,17 +28,6 @@
#include "Player.h"
#include "Util.h"
-// these variables aren't used outside of this file, so declare them only here
-uint32 BG_AB_HonorScoreTicks[BG_HONOR_MODE_NUM] = {
- 330, // normal honor
- 200 // holiday
-};
-
-uint32 BG_AB_ReputationScoreTicks[BG_HONOR_MODE_NUM] = {
- 200, // normal honor
- 150 // holiday
-};
-
BattlegroundAB::BattlegroundAB()
{
m_BuffChange = true;