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

This commit is contained in:
Gildor
2021-11-10 00:50:52 +01:00
committed by GitHub
parent 04909bada8
commit e02e784062

View File

@@ -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,