mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 23:01:36 -04:00
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:
@@ -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]');
|
||||
|
||||
Reference in New Issue
Block a user