mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 16:37:04 +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
4
sql/updates/06742_mangos_mangos_string.sql
Normal file
4
sql/updates/06742_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DELETE FROM mangos_string WHERE entry IN (52,53);
|
||||
INSERT INTO mangos_string VALUES
|
||||
(52,'Invaid item count (%u) for item %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(53,'Mail can\'t have more %u item stacks',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue