diff options
author | Tartalo <none@none> | 2010-06-05 16:36:33 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-05 16:36:33 +0200 |
commit | d2da56ed31c26ea364a7959f93b5ffa73fdea353 (patch) | |
tree | 6a5c3de24d4fa9c59abcca8e6b9a2cfc73f94a41 | |
parent | 23cb007106166ebee260d4f5d6ca043352cf535d (diff) |
Forgot to add the sql changes to full file. Ty Machiavelli ;)
--HG--
branch : trunk
-rw-r--r-- | sql/world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/world.sql b/sql/world.sql index 0c45653a449..06fd5fa0111 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -434,6 +434,8 @@ INSERT INTO `command` VALUES ('instance savedata',3,'Syntax: .instance savedata\r\n Save the InstanceData for the current player''s map to the DB.'), ('instance stats',3,'Syntax: .instance stats\r\n Shows statistics about instances.'), ('instance unbind',3,'Syntax: .instance unbind all\r\n All of the selected player''s binds will be cleared.'), +('instance open', 3, 'Syntax: .instance open mapid [normal|heroic|10normal|10heroic|25normal|25heroic]'), +('instance close', 3, 'Syntax: .instance close mapid [normal|heroic|10normal|10heroic|25normal|25heroic]'), ('itemmove',2,'Syntax: .itemmove #sourceslotid #destinationslotid\r\n\r\nMove an item from slots #sourceslotid to #destinationslotid in your inventory\r\n\r\nNot yet implemented'), ('kick',2,'Syntax: .kick [$charactername] [$reason]\r\n\r\nKick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is \"No Reason\".'), ('learn',3,'Syntax: .learn #spell [all]\r\n\r\nSelected character learn a spell of id #spell. If ''all'' provided then all ranks learned.'), |