mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 04:23:47 +00:00
feat(Core/BGQueue): rework queue announce (#6114)
This commit is contained in:
@@ -700,9 +700,14 @@ enum AcoreStrings
|
||||
LANG_PLAYER_DND_DEFAULT = 709,
|
||||
LANG_PLAYER_AFK_DEFAULT = 710,
|
||||
|
||||
// BG announce
|
||||
LANG_BG_QUEUE_ANNOUNCE_SELF = 711,
|
||||
LANG_BG_QUEUE_ANNOUNCE_WORLD = 712,
|
||||
// = 713, not used
|
||||
|
||||
// Arena announce
|
||||
LANG_ARENA_QUEUE_ANNOUNCE_SELF = 713,
|
||||
LANG_ARENA_QUEUE_ANNOUNCE_WORLD = 726,
|
||||
|
||||
// = 714, see LANG_PINFO_MAP_ONLINE
|
||||
LANG_YOUR_BG_LEVEL_REQ_ERROR = 715,
|
||||
// = 716, see LANG_PINFO_MAP_OFFLINE
|
||||
@@ -716,7 +721,7 @@ enum AcoreStrings
|
||||
LANG_ARENA_NOT_ENOUGH_PLAYERS = 723, // "Your group does not have enough players to join this match."
|
||||
LANG_ARENA_GOLD_WINS = 724, // "The Gold Team wins!"
|
||||
LANG_ARENA_GREEN_WINS = 725, // "The Green Team wins!"
|
||||
// = 726, not used
|
||||
// = 726, see LANG_ARENA_QUEUE_ANNOUNCE_WORLD
|
||||
LANG_BG_GROUP_OFFLINE_MEMBER = 727, // "Your group has an offline member. Please remove him before joining."
|
||||
LANG_BG_GROUP_MIXED_FACTION = 728, // "Your group has players from the opposing faction. You can't join the battleground as a group."
|
||||
LANG_BG_GROUP_MIXED_LEVELS = 729, // "Your group has players from different battleground brakets. You can't join as group."
|
||||
|
||||
Reference in New Issue
Block a user