mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Scripts/BGs: Update reputation gains in EotS and AB (weekend)
Closes #5088 Thanks Thraxx
This commit is contained in:
@@ -179,7 +179,7 @@ enum BG_AB_Objectives
|
||||
#define BG_AB_NotABBGWeekendHonorTicks 260
|
||||
#define BG_AB_ABBGWeekendHonorTicks 160
|
||||
#define BG_AB_NotABBGWeekendReputationTicks 160
|
||||
#define BG_AB_ABBGWeekendReputationTicks 150
|
||||
#define BG_AB_ABBGWeekendReputationTicks 120
|
||||
|
||||
#define AB_EVENT_START_BATTLE 9158 // Achievement: Let's Get This Done
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
|
||||
// these variables aren't used outside of this file, so declare them only here
|
||||
uint32 BG_EY_HonorScoreTicks[BG_HONOR_MODE_NUM] = {
|
||||
330, // normal honor
|
||||
200 // holiday
|
||||
260, // normal honor
|
||||
160 // holiday
|
||||
};
|
||||
|
||||
BattlegroundEY::BattlegroundEY()
|
||||
|
||||
@@ -217,8 +217,8 @@ enum EYBattlegroundObjectTypes
|
||||
BG_EY_OBJECT_MAX = 59
|
||||
};
|
||||
|
||||
#define BG_EY_NotEYWeekendHonorTicks 330
|
||||
#define BG_EY_EYWeekendHonorTicks 200
|
||||
#define BG_EY_NotEYWeekendHonorTicks 260
|
||||
#define BG_EY_EYWeekendHonorTicks 160
|
||||
|
||||
#define EY_EVENT_START_BATTLE 13180 // Achievement: Flurry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user