Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Oct 11, 2024
1 parent ebd97db commit 11f8feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ UPDATE `commands` SET `security` = 0 WHERE `name` IN (
'aura', 'bags', 'bags clear', 'cast', 'cast back', 'cast dest', 'cast dist', 'cast self', 'cfbg', 'cfbg race',
'cheat', 'cheat casttime', 'cheat cooldown', 'cheat explore', 'cheat god', 'cheat power', 'cheat taxi', 'cheat waterwalk',
'combatstop', 'cooldown', 'damage', 'die', 'dismount', 'distance', 'gobject activate', 'gobject respawn', 'gobject add temp',
'gps', 'help', 'maxskill', 'mailbox', 'npc add temp', 'npc info', 'recall', 'respawn', 'save', 'server info', 'unaura', 'unlearn', 'additem', 'additem set');
'gps', 'help', 'maxskill', 'mailbox', 'npc add temp', 'npc info', 'recall', 'respawn', 'save', 'server info', 'unaura', 'unlearn', 'additem', 'additem set', 'levelup');

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

0 comments on commit 11f8feb

Please sign in to comment.