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

(cherry picked from commit 991dc8e050)
This commit is contained in:
Treeston
2020-09-20 03:31:54 +02:00
committed by Shauren
parent 3fd2eb126c
commit 46d4e2fa83
7 changed files with 29 additions and 48 deletions

View File

@@ -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.');