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.cpp | |
parent | 46ad2e833fcd36e66aeeb0e95cbd9e6e147459fc (diff) |
*Implement command .lookup map
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 416696b4369..d1e85f6baa0 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -306,6 +306,7 @@ ChatCommand * ChatHandler::getCommandTable() { "spell", SEC_ADMINISTRATOR, true, &ChatHandler::HandleLookupSpellCommand, "", NULL }, { "taxinode", SEC_ADMINISTRATOR, true, &ChatHandler::HandleLookupTaxiNodeCommand, "", NULL }, { "tele", SEC_MODERATOR, true, &ChatHandler::HandleLookupTeleCommand, "", NULL }, + { "map", SEC_ADMINISTRATOR, true, &ChatHandler::HandleLookupMapCommand, "", NULL }, { NULL, 0, false, NULL, "", NULL } }; |