mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
* Change sql update naming scheme from absent now revison numbers to date+counter, update old sql update names to preserve proper order.
This commit is contained in:
parent
708440742b
commit
32ad72350f
69 changed files with 128 additions and 125 deletions
5
sql/updates/06681_mangos_mangos_string.sql
Normal file
5
sql/updates/06681_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DELETE FROM `mangos_string` WHERE entry IN (3,711,712);
|
||||
INSERT INTO `mangos_string` VALUES
|
||||
(3,'|cffff0000[System Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(711,'Queue status for %s (Lvl: %u to %u)\nQueued alliances: %u (Need at least %u more)\nQueued hordes: %u (Need at least %u more)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(712,'|cffff0000[BG Queue Announcer]:|r %s -- [%u-%u] A: %u (Need: %u), H: %u (Needs %u)|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue