diff options
| author | megamage <none@none> | 2009-06-18 20:28:16 -0500 | 
|---|---|---|
| committer | megamage <none@none> | 2009-06-18 20:28:16 -0500 | 
| commit | 9008c0a838e84f79d961e11d450550466ebc3743 (patch) | |
| tree | 82dd23ed05deabd7de62b801fe463bc41bc38268 /src/game/Chat.cpp | |
| parent | e0553121f276be21d0c8162b79d1a87f814d0ee3 (diff) | |
| parent | ee6126dd50db4875acc9aee7b13f2215e965b084 (diff) | |
*Merge.
--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 }      };  | 
