Skip to content

Commit

Permalink
Init.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored Nov 11, 2024
1 parent 861dc27 commit 17e41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/db-world/updates/cc_ptr_commands.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UPDATE `command` SET `security` = 0 WHERE `name` IN (
'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', 'recall', 'respawn', 'revive', 'save', 'server info', 'setskill', 'summon', 'teleport', 'unaura', 'unlearn');
'npc add temp', 'npc info', '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 17e41ea

Please sign in to comment.