diff options
author | Paradox iamparadox@netscape.net <none@none> | 2009-02-28 17:42:29 -0500 |
---|---|---|
committer | Paradox iamparadox@netscape.net <none@none> | 2009-02-28 17:42:29 -0500 |
commit | ef8d2ac0808bce13a53132908df18d4f39a81b88 (patch) | |
tree | e8e15189ce487f7858e86c06a33bb8ba8a434e77 /src/game/Chat.cpp | |
parent | 449bf7b34e8773ec7427a54c7c65070d80001414 (diff) |
AHBot/AH changes
--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 cc4f71890a0..8173be95561 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -296,6 +296,7 @@ ChatCommand * ChatHandler::getCommandTable() { "locales_page_text", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesPageTextCommand, "", NULL }, { "locales_points_of_interest", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesPointsOfInterestCommand, "", NULL }, { "locales_quest", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesQuestCommand, "", NULL }, +// { "auctions", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadAuctionsCommand, "", NULL }, { "milling_loot_template", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLootTemplatesMillingCommand, "", NULL }, { "npc_gossip", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadNpcGossipCommand, "", NULL }, { "npc_option", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadNpcOptionCommand, "", NULL }, |