aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authorParadox <none@none>2009-03-06 17:47:11 -0600
committerParadox <none@none>2009-03-06 17:47:11 -0600
commit7b47d509e3a78a04b58f1b272f4b780c5c5b5ad3 (patch)
treec8d7734f8b91c32d91d9171c030e17f2a5c79790 /src/game/Chat.cpp
parentae540b526bb3c0ca3c5d910da515030233f8ea55 (diff)
New AHBot plus AuctionHouse changes
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index e45266ad531..ee8d78383aa 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -300,6 +300,7 @@ ChatCommand * ChatHandler::getCommandTable()
{ "locales_npc_text", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesNpcTextCommand, "", NULL },
{ "locales_page_text", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesPageTextCommand, "", NULL },
{ "locales_quest", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesQuestCommand, "", NULL },
+ { "auctions", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadAuctionsCommand, "", NULL },
{ "waypoint_scripts", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadWpScriptsCommand, "", NULL },
{ "gm_tickets", SEC_ADMINISTRATOR, true, &ChatHandler::HandleGMTicketReloadCommand, "", NULL },