diff options
author | Subv2112 <s.v.h21@hotmail.com> | 2012-02-04 20:54:25 -0500 |
---|---|---|
committer | Subv2112 <s.v.h21@hotmail.com> | 2012-02-04 20:54:25 -0500 |
commit | 83c0b73efd96d6d006f342f59cd8ecb7b6af580a (patch) | |
tree | 60aca51f2d07ee980783b5cc78f2a2c842cae651 | |
parent | d43bf0ad4ac63c0893bc8dd42207d7a6f36db94b (diff) |
Core/Battlegrounds: Fixed resources needed for each reputation and honor tick in Arathi Basin
closes #3021
closes #5076
-rwxr-xr-x | src/server/game/Battlegrounds/Zones/BattlegroundAB.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h index c86076f0250..562a6837431 100755 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h @@ -176,9 +176,9 @@ enum BG_AB_Objectives AB_OBJECTIVE_DEFEND_BASE = 123 }; -#define BG_AB_NotABBGWeekendHonorTicks 330 -#define BG_AB_ABBGWeekendHonorTicks 200 -#define BG_AB_NotABBGWeekendReputationTicks 200 +#define BG_AB_NotABBGWeekendHonorTicks 260 +#define BG_AB_ABBGWeekendHonorTicks 160 +#define BG_AB_NotABBGWeekendReputationTicks 160 #define BG_AB_ABBGWeekendReputationTicks 150 #define AB_EVENT_START_BATTLE 9158 // Achievement: Let's Get This Done |