aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-02 10:35:19 -0600
committermegamage <none@none>2009-01-02 10:35:19 -0600
commit3deefb9f00201033728d4467180d8ba9aa265a20 (patch)
treedcd243f7f2f27f03e8c1f1d74e42aac332e508d8 /src/game/Chat.cpp
parent75f0da72eea3ab2f8a6b5a2a9bc8361c4a656afe (diff)
parentdeac8370d71c0f72b5d60709c09dc2830c1680bd (diff)
*Update to Trinity 759.
--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 fedcd982a35..1d45afef5ea 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -61,6 +61,7 @@ ChatCommand * ChatHandler::getCommandTable()
static ChatCommand serverSetCommandTable[] =
{
{ "loglevel", SEC_CONSOLE, true, &ChatHandler::HandleServerSetLogLevelCommand, "", NULL },
+ { "difftime", SEC_CONSOLE, true, &ChatHandler::HandleServerSetDiffTimeCommand, "", NULL },
{ "motd", SEC_ADMINISTRATOR, true, &ChatHandler::HandleServerSetMotdCommand, "", NULL },
{ NULL, 0, false, NULL, "", NULL }
};