mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01: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:
3
sql/updates/8397_world_command.sql
Normal file
3
sql/updates/8397_world_command.sql
Normal 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]');
|
||||
|
||||
Reference in New Issue
Block a user