[9348] Move mangos 0.14/0.15 sql updates in archive subdirs.

This commit is contained in:
VladimirMangos 2010-02-10 11:08:13 +03:00
parent 003deed894
commit ddeea6017f
205 changed files with 1 additions and 407 deletions

View file

@ -1,10 +0,0 @@
ALTER TABLE db_version CHANGE COLUMN required_8833_01_mangos_mangos_string required_8833_02_mangos_command bit;
DELETE FROM command where name IN ('character titles','modify titles','titles add','titles current','titles remove','titles setmask');
INSERT INTO `command` VALUES
('character titles',2,'Syntax: .character titles [$player_name]\r\n\r\nShow known titles list for selected player or player find by $player_name.'),
('titles add',2,'Syntax: .titles add #title\r\nAdd title #title (id or shift-link) to known titles list for selected player.'),
('titles current',2,'Syntax: .titles current #title\r\nSet title #title (id or shift-link) as current selected titl for selected player. If title not in known title list for player then it will be added to list.'),
('titles remove',2,'Syntax: .titles remove #title\r\nRemove title #title (id or shift-link) from known titles list for selected player.'),
('titles setmask',2,'Syntax: .titles setmask #mask\r\n\r\nAllows user to use all titles from #mask.\r\n\r\n #mask=0 disables the title-choose-field');