Skip to content

Commit afa5708

Browse files
authored
Update cc_ptr_commands.sql (#12)
1 parent aaf492b commit afa5708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/sql/db-world/updates/cc_ptr_commands.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,11 @@ INSERT INTO `command` (`name`, `security`, `help`) VALUES
630630
('template list', 0, 'Syntax: .template list\nList character template sets.');
631631

632632
UPDATE `command` SET `security` = 0 WHERE `name` IN (
633-
'additem set', 'additem', 'appear', 'aura', 'bags clear', 'bags', 'cast back', 'cast dest', 'cast dist', 'cast self',
634-
'cast', 'cfbg race', 'cfbg', 'cheat casttime', 'cheat cooldown', 'cheat explore', 'cheat god', 'cheat power', 'cheat taxi',
635-
'cheat waterwalk', 'cheat', 'combatstop', 'cooldown', 'damage', 'die', 'dismount', 'distance', 'gm fly', 'gobject activate',
636-
'gobject respawn', 'gps', 'help', 'levelup', 'mailbox', 'maxskill', 'npc info', 'npc tame', 'recall', 'reset talents',
637-
'respawn', 'revive', 'save', 'server info', 'setskill', 'teleport', 'template apply', 'template list', 'unaura', 'unlearn');
633+
'additem set', 'additem', 'appear', 'aura', 'bags clear', 'bags', 'cast back', 'cast dest', 'cast dist', 'cast self', 'cast', 'cfbg race',
634+
'cfbg', 'character changefaction', 'character changerace', 'character customize', 'cheat casttime', 'cheat cooldown', 'cheat explore',
635+
'cheat god', 'cheat power', 'cheat taxi', 'cheat waterwalk', 'cheat', 'combatstop', 'cooldown', 'damage', 'die', 'dismount', 'distance',
636+
'gm fly', 'gobject activate', 'gobject respawn', 'gps', 'help', 'levelup', 'mailbox', 'maxskill', 'npc info', 'npc tame', 'recall',
637+
'reset talents', 'respawn', 'revive', 'save', 'server info', 'setskill', 'teleport', 'template apply', 'template list', 'unaura', 'unlearn');
638638

639639
UPDATE `command` SET `security` = 0 WHERE `name` LIKE "debug%";
640640
UPDATE `command` SET `security` = 0 WHERE `name` LIKE "event%";

0 commit comments

Comments
 (0)