aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-05 04:03:02 +0300
committerShocker <none@none>2010-09-05 04:03:02 +0300
commitf769e88f5c4f76e4f7ce98ccde3e9d3e007bd3c5 (patch)
tree5b20872fcd87ed6f8f64e66f86dec885ee641fd1 /sql/updates
parentadf1ae62866ece2f78616829b9a2f81769338b97 (diff)
Core/Commands: Implement possibility to unbind specific maps/difficulties with .instance unbind, based on svetilo12's idea, closes issue 3792
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9768_world_command.sql3
1 files changed, 3 insertions, 0 deletions
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 <mapid|all> [difficulty]\r\n Clear all/some of player\'s binds');