Core/Battlegrounds: Fix text messages in Eye of the Storm when capture Draenei Ruins (#27260)

(cherry picked from commit e02e78406221d7efa7ed5b3d7e81fb20d9a8df37)
This commit is contained in:
Gildor
2022-03-21 23:03:00 +01:00
committed by Shauren
parent ebcd45b7e1
commit 726489201e
@@ -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,