aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-04 01:44:14 +0200
committerQAston <none@none>2009-08-04 01:44:14 +0200
commit2e34af64cf83d79b7352636da71b60132b512106 (patch)
treecea5dcc663fed54b74f728c3af730b47da0e9096 /src/game/Chat.cpp
parent29c9d709b908bae35b03dc24e5ba64481c1d547e (diff)
*Allow ItemExpire events to be scripted.
*Add .debug itemexpire command *Add script for Disgusting Jar and Mysterious Egg - original patch by Elron. --HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index e6677070599..06822627460 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -168,7 +168,7 @@ ChatCommand * ChatHandler::getCommandTable()
{ "entervehicle", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugEnterVehicle, "", NULL },
{ "uws", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugUpdateWorldStateCommand, "", NULL },
{ "update", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugUpdateCommand, "", NULL },
- { "itemexpire", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugUpdateCommand, "", NULL },
+ { "itemexpire", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugItemExpireCommand, "", NULL },
{ NULL, 0, false, NULL, "", NULL }
};