1eca51b follow-up, nuke command.permission from orbit; it was only duplicating data already stored in the core.

(cherry picked from commit 991dc8e050777b5e33ff22b008ab2125bae22437)
This commit is contained in:
Treeston
2022-02-27 20:59:19 +01:00
committed by Shauren
parent 3fd2eb126c
commit 46d4e2fa83
7 changed files with 29 additions and 48 deletions
@@ -0,0 +1,11 @@
--
ALTER TABLE `command` DROP COLUMN `permission`;
DELETE FROM `command` WHERE `name` IN ('reload command', 'gm', 'gm off', 'gm on');
INSERT INTO `command` (`name`,`help`) VALUES
('gm on', 'Syntax: .gm on
Enables in-game GM mode. This makes you exempt from most game mechanics.
Among other things, it makes creatures unable to attack you, and makes you untargetable by most spells. It also makes creatures in all phases, as well as invisible creatures, visible to you.'),
('gm off', 'Syntax: .gm off
Disables in-game GM mode.');