Skip to content

Commit

Permalink
Update cc_ptr_commands.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Nov 21, 2024
1 parent 6dafc85 commit 93ef0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/sql/db-world/updates/cc_ptr_commands.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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 add temp', 'gobject respawn', 'gps', 'help', 'levelup', 'mailbox', 'maxskill',
'npc add temp', 'npc info', 'npc tame', 'recall', 'reset talents', 'respawn', 'revive', 'save', 'server info', 'setskill', 'summon', 'teleport', 'unaura', 'unlearn');
'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');

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

0 comments on commit 93ef0f3

Please sign in to comment.