diff options
| author | Tartalo <none@none> | 2010-06-05 16:31:55 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-06-05 16:31:55 +0200 |
| commit | 23cb007106166ebee260d4f5d6ca043352cf535d (patch) | |
| tree | 5223ee7d2d68bbf361a0081bb29b187e2554b0b9 /sql | |
| parent | a4f8fb3364e0e4a5acb83d3bd2c0727b2386147f (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/8397_world_command.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/8397_world_command.sql b/sql/updates/8397_world_command.sql new file mode 100644 index 00000000000..873ccd0e883 --- /dev/null +++ b/sql/updates/8397_world_command.sql @@ -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]'); + |
