diff options
author | megamage <none@none> | 2009-03-08 11:23:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-08 11:23:50 -0600 |
commit | 8cb6894c3d6dcc6d83bc6005c920ebc75a59ec07 (patch) | |
tree | 878c53b9027f8908240ef6366045a5659fc2c877 /src/game/Chat.cpp | |
parent | 881377ec65015f1e0048db93b28713676781ea25 (diff) | |
parent | 7b47d509e3a78a04b58f1b272f4b780c5c5b5ad3 (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 e894dc3e12f..bd338c8eb28 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -331,6 +331,7 @@ ChatCommand * ChatHandler::getCommandTable() { "spell_target_position", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellTargetPositionCommand, "", NULL }, { "spell_threats", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellThreatsCommand, "", NULL }, { "spell_disabled", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellDisabledCommand, "", NULL }, + { "auctions", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadAuctionsCommand, "", NULL }, { "waypoint_scripts", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadWpScriptsCommand, "", NULL }, { "gm_tickets", SEC_ADMINISTRATOR, true, &ChatHandler::HandleGMTicketReloadCommand, "", NULL }, |