summaryrefslogtreecommitdiff
path: root/src/dyetool/actions
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-25 19:42:04 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-25 19:50:18 +0300
commit1873a9bec687b0653a483f7bb46e513db5bc10f0 (patch)
treef348c1924eb7f5e6b444c05384e458628bc86224 /src/dyetool/actions
parentfc52464414c7e77e77c3f08a089ad0ad5a350c71 (diff)
downloadplus-1873a9bec687b0653a483f7bb46e513db5bc10f0.tar.gz
plus-1873a9bec687b0653a483f7bb46e513db5bc10f0.tar.bz2
plus-1873a9bec687b0653a483f7bb46e513db5bc10f0.tar.xz
plus-1873a9bec687b0653a483f7bb46e513db5bc10f0.zip
Add chat command for create items. (gm only)
New chat command: /createitem id [, amount]
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r--src/dyetool/actions/actions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp
index e7558097a..6898e27df 100644
--- a/src/dyetool/actions/actions.cpp
+++ b/src/dyetool/actions/actions.cpp
@@ -92,6 +92,7 @@ impHandlerVoid(dumpMods)
impHandlerVoid(testSdlFont)
#endif
impHandlerVoid(createItems)
+impHandlerVoid(createItem)
impHandlerVoid(uploadConfig)
impHandlerVoid(uploadServerConfig)
impHandlerVoid(uploadLog)