From 17e41ea95b3bba63039cd155db8e665ad2b97153 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:53:33 -0500 Subject: [PATCH] Init. --- data/sql/db-world/updates/cc_ptr_commands.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/db-world/updates/cc_ptr_commands.sql b/data/sql/db-world/updates/cc_ptr_commands.sql index 933affc..f52e0f6 100644 --- a/data/sql/db-world/updates/cc_ptr_commands.sql +++ b/data/sql/db-world/updates/cc_ptr_commands.sql @@ -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%";