From 991dc8e050777b5e33ff22b008ab2125bae22437 Mon Sep 17 00:00:00 2001 From: Treeston Date: Sun, 20 Sep 2020 03:31:54 +0200 Subject: 1eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplicating data already stored in the core. --- sql/updates/world/3.3.5/2020_09_20_01_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_20_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_20_01_world.sql b/sql/updates/world/3.3.5/2020_09_20_01_world.sql new file mode 100644 index 00000000000..989f603c547 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_20_01_world.sql @@ -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.'); -- cgit v1.2.3