Skip to content

Commit

Permalink
Added .npc tame
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSCREWEDSoftware authored Nov 14, 2024
1 parent 91a390b commit 19036fb
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', 'reset talents', 'respawn', 'revive', 'save', 'server info', 'setskill', 'summon', 'teleport', 'unaura', 'unlearn');
'npc add temp', '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 19036fb

Please sign in to comment.