Skip to content

Commit

Permalink
Update cc_ptr_commands.sql (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored Nov 23, 2024
1 parent 93ef0f3 commit b6c5403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/sql/db-world/updates/cc_ptr_commands.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
UPDATE `command` SET `security` = 0 WHERE `name` IN (
'additem set', 'additem', 'appear', 'aura', 'bags clear', 'bags', 'cast back', 'cast dest', 'cast dist', 'cast self',
'cast', 'cfbg race', 'cfbg', 'cheat casttime', 'cheat cooldown', 'cheat explore', 'cheat god', 'cheat power',
'cheat taxi', 'cheat waterwalk', 'cheat', 'combatstop', 'cooldown', 'damage', 'die', 'dismount', 'distance',
'gm fly', 'gobject activate', 'gobject respawn', 'gps', 'help', 'levelup', 'mailbox', 'maxskill',
'npc info', 'npc tame', 'recall', 'reset talents', 'respawn', 'revive', 'save', 'server info', 'setskill', 'summon', 'teleport', 'unaura', 'unlearn');
'cast', 'cfbg race', 'cfbg', 'cheat casttime', 'cheat cooldown', 'cheat explore', 'cheat god', 'cheat power', 'cheat taxi',
'cheat waterwalk', 'cheat', 'combatstop', 'cooldown', 'damage', 'die', 'dismount', 'distance', 'gm fly', 'gobject activate',
'gobject respawn', 'gps', 'help', 'levelup', 'mailbox', 'maxskill', 'npc info', 'npc tame', 'recall', 'reset talents',
'respawn', 'revive', 'save', 'server info', 'setskill', 'summon', 'teleport', 'template apply', 'template list', 'unaura', 'unlearn');

UPDATE `command` SET `security` = 0 WHERE `name` LIKE "debug%";
UPDATE `command` SET `security` = 0 WHERE `name` LIKE "event%";
Expand Down

0 comments on commit b6c5403

Please sign in to comment.