aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-07 00:54:55 -0600
committermegamage <none@none>2009-03-07 00:54:55 -0600
commitd713beef29933ab5df52057699030b18e047ee63 (patch)
tree095d1c0fb0f84625cc1c4a68aef115cb4d8c87a6 /src/game/Chat.cpp
parent6dc06ab53b2e5307b682c5723b3c6fd62318633e (diff)
parent544ff30daea497869132a70b597bbc0b5bcdc2ba (diff)
*Merge.
--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 },