mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(Core/BGQueue): rework queue announce (#6114)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622504741914151600');
|
||||
|
||||
DELETE FROM `acore_string` WHERE `entry` IN (713, 726);
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(713, 'Queue status for %s (skirmish %s) (Lvl: %u to %u)\nQueued: %u (Need at least %u more)'),
|
||||
(726, '|cffff0000[Arena Queue]:|r %s (skirmish %s) -- [%u-%u] [%u/%u]|r');
|
||||
Reference in New Issue
Block a user