Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4397_command.sql
blobbf0dd3645df6b191e56a01c5d6597c087e0d19ae
1 delete from command where name in('whisper2', 'nyi', 'prog', 'run','go', 'object', 'gmon', 'gmoff', 'worldport');
3 update command set name='playemote' where name='emote';
4 update command set name='setmodel' where name='displayid';
5 update command set name='listgm' where name='gmlist';
7 update command set security=1 where name in ('gogrid', 'goxy') ;
8 update command set security=2 where name in ('addgo', 'standstate', 'anim', 'morph');
10 delete from command where name in('textemote', 'taxicheat','gm','visible');
11 INSERT INTO `command` VALUES
12 ('textemote',3,'Syntax: .text #emoteid\r\n\r\nMake the selected creature to do textemote with an emote of id #emoteid.'),
13 ('taxicheat',1,'Syntax: .taxicheat on/off\r\n\r\nTemporary grant access or remove to all taxi routes for the selected character. If no character is selected, hide or reveal all routes to you.\r\n\r\nVisited taxi nodes sill accessible after removing access.'),
14 ('visible',1,'Syntax: .visible on/off\r\n\r\nOutput current visibility state or make GM visible(on) and invisible(off) for other players.'),
15 ('gm', 1, 'Syntax: .gm on/off\r\n\r\nEnable or Disable GM MODE');