Skip to content

Commit

Permalink
Remove summon command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Nov 23, 2024
1 parent b6c5403 commit 9dc80b4
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 respawn', 'gps', 'help', 'levelup', 'mailbox', 'maxskill', 'npc info', 'npc tame', 'recall', 'reset talents',
'respawn', 'revive', 'save', 'server info', 'setskill', 'summon', 'teleport', 'template apply', 'template list', 'unaura', 'unlearn');
'respawn', 'revive', 'save', 'server info', 'setskill', 'teleport', 'template apply', 'template list', 'unaura', 'unlearn');

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

1 comment on commit 9dc80b4

@TheSCREWEDSoftware
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After the restart, today at 12h35 ish UTC and few hours that situation with the player happen in the PTR, but he was able to summon me few times. (this was few hours ago, 3-4?)

Please sign in to comment.