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
7 lines
367 B
SQL
7 lines
367 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9656_01_mangos_command required_9656_02_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry in (1135,1136);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(1135,'List known talents:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1136,' (Found talents: %u used talent points: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|