mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Battlegrounds: Fixed resources needed for each reputation and honor tick in Arathi Basin
closes #3021 closes #5076
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user