aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGildor <gildor55@gmail.com>2021-11-10 00:50:52 +0100
committerGitHub <noreply@github.com>2021-11-10 01:50:52 +0200
commite02e78406221d7efa7ed5b3d7e81fb20d9a8df37 (patch)
tree49710cdfe29412482dc653ba3a3aea732aa6ae7c
parent04909bada85d4770a58a5b2b6f2180f5aacb1b81 (diff)
Core/Battlegrounds: Fix text messages in Eye of the Storm when capture Draenei Ruins (#27260)
-rw-r--r--src/server/game/Battlegrounds/Zones/BattlegroundEY.h4
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 b06ef6f344c..e45a09a7a13 100644
--- a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h
+++ b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h
@@ -258,8 +258,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,