Codestyle/Battlegrounds: Removed unused variables in BattlegroudAB.cpp

Signed-off-by: Subv <s.v.h21@hotmail.com>
This commit is contained in:
Subv2112
2012-02-05 07:58:16 -05:00
parent 66a4881905
commit 40a78be796

View File

@@ -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;