diff options
| author | Shocker <none@none> | 2010-09-05 04:03:02 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-09-05 04:03:02 +0300 |
| commit | f769e88f5c4f76e4f7ce98ccde3e9d3e007bd3c5 (patch) | |
| tree | 5b20872fcd87ed6f8f64e66f86dec885ee641fd1 /sql/updates | |
| parent | adf1ae62866ece2f78616829b9a2f81769338b97 (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.sql | 3 |
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'); |
