Implement .instance open/close commands

Example: .instance open 631 10heroic to open ICC on 10man heroic mode
Ty Lockness for the testing

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-06-05 16:31:55 +02:00
parent a4f8fb3364
commit 23cb007106
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `command` (name, security, help) VALUES ('instance open', 3, 'Syntax: .instance open mapid [normal|heroic|10normal|10heroic|25normal|25heroic]');
INSERT INTO `command` (name, security, help) VALUES ('instance close', 3, 'Syntax: .instance close mapid [normal|heroic|10normal|10heroic|25normal|25heroic]');