diff options
author | Anubisss <none@none> | 2009-06-19 01:48:34 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-06-19 01:48:34 +0200 |
commit | ee6126dd50db4875acc9aee7b13f2215e965b084 (patch) | |
tree | 55351d5bec5aef6b5b6ee7a038fce4ea745b78e0 /src/game/Chat.h | |
parent | 46ad2e833fcd36e66aeeb0e95cbd9e6e147459fc (diff) |
*Implement command .lookup map
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index f5d889479c2..b970628f94f 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -256,6 +256,7 @@ class ChatHandler bool HandleLookupSpellCommand(const char* args); bool HandleLookupTaxiNodeCommand(const char * args); bool HandleLookupTeleCommand(const char * args); + bool HandleLookupMapCommand(const char* args); bool HandleModifyKnownTitlesCommand(const char* args); bool HandleModifyHPCommand(const char* args); |