* 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:
vladimir-mangos 2008-10-18 01:43:56 +04:00
parent 708440742b
commit 32ad72350f
69 changed files with 128 additions and 125 deletions

View file

@ -1,11 +0,0 @@
DELETE FROM `mangos_string` WHERE entry = 636;
INSERT INTO `mangos_string` VALUES
(636,'The Battle for Eye of the Storm begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
DELETE FROM `mangos_string` WHERE entry = 637;
INSERT INTO `mangos_string` VALUES
(637,'The Battle for Eye of the Storm begins in 30 seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
DELETE FROM `mangos_string` WHERE entry = 638;
INSERT INTO `mangos_string` VALUES
(638,'The Battle for Eye of the Storm has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);