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 /src/game/Chat.h | |
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 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index e05c5b23190..58e6f6214c8 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -234,6 +234,9 @@ class ChatHandler bool HandleInstanceUnbindCommand(const char* args); bool HandleInstanceStatsCommand(const char* args); bool HandleInstanceSaveDataCommand(const char * args); + bool HandleInstanceOpenCommand(const char * args); + bool HandleInstanceCloseCommand(const char * args); + bool HandleInstanceOpenCloseCommand(const char * args, bool open); bool HandleLearnCommand(const char* args); bool HandleLearnAllCommand(const char* args); |