diff options
author | Gildor <gildor55@gmail.com> | 2021-11-10 00:50:52 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-21 23:03:00 +0100 |
commit | 726489201ea0c89b5e742ff17d217bc722700411 (patch) | |
tree | 51bd5bb3da350ae7ebb130a89d76c46a5960ed7a /src | |
parent | ebcd45b7e1eaa07386a3927d73575339535ec557 (diff) |
Core/Battlegrounds: Fix text messages in Eye of the Storm when capture Draenei Ruins (#27260)
(cherry picked from commit e02e78406221d7efa7ed5b3d7e81fb20d9a8df37)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Battlegrounds/Zones/BattlegroundEY.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h index 6590348875b..5e53904d1bd 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h @@ -274,8 +274,8 @@ enum BG_EY_BroadcastTexts BG_EY_TEXT_ALLIANCE_LOST_BLOOD_ELF_TOWER = 17831, BG_EY_TEXT_HORDE_LOST_BLOOD_ELF_TOWER = 17832, - BG_EY_TEXT_ALLIANCE_TAKEN_DRAENEI_RUINS = 17826, - BG_EY_TEXT_HORDE_TAKEN_DRAENEI_RUINS = 17827, + BG_EY_TEXT_ALLIANCE_TAKEN_DRAENEI_RUINS = 17827, + BG_EY_TEXT_HORDE_TAKEN_DRAENEI_RUINS = 17826, BG_EY_TEXT_ALLIANCE_LOST_DRAENEI_RUINS = 17833, BG_EY_TEXT_HORDE_LOST_DRAENEI_RUINS = 17834, |