From f769e88f5c4f76e4f7ce98ccde3e9d3e007bd3c5 Mon Sep 17 00:00:00 2001 From: Shocker Date: Sun, 5 Sep 2010 04:03:02 +0300 Subject: Core/Commands: Implement possibility to unbind specific maps/difficulties with .instance unbind, based on svetilo12's idea, closes issue 3792 --HG-- branch : trunk --- sql/updates/9768_world_command.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/9768_world_command.sql (limited to 'sql/updates') diff --git a/sql/updates/9768_world_command.sql b/sql/updates/9768_world_command.sql new file mode 100644 index 00000000000..b9b88adbcf7 --- /dev/null +++ b/sql/updates/9768_world_command.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name` LIKE 'instance unbind'; +INSERT INTO `command` (`name`,`security`,`help`) VALUES +('instance unbind',3,'Syntax: .instance unbind [difficulty]\r\n Clear all/some of player\'s binds'); -- cgit v1.2.3