mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
* order guards not affected in sql updates so this not affect sql guards work. * TO DEVS: in next sql update commit please check carefully generated by git_is -s sql guards for correctness
8 lines
445 B
SQL
8 lines
445 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9160_02_mangos_spell_chain required_9198_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry in (1132,1133,1134);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(1132,' Follow player %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1133,' Follow creature %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1134,' Follow <NULL>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|