summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 20:15:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 20:15:18 +0300
commite0b4a2665505279e58f2a618272db5245f275518 (patch)
treee973687cba28b78f27e9527743e0c57d6f9619f5 /src/dyetool
parent61de258859b600011284a49d54bca1f31ecb6d3d (diff)
downloadplus-e0b4a2665505279e58f2a618272db5245f275518.tar.gz
plus-e0b4a2665505279e58f2a618272db5245f275518.tar.bz2
plus-e0b4a2665505279e58f2a618272db5245f275518.tar.xz
plus-e0b4a2665505279e58f2a618272db5245f275518.zip
Add chat command /spawn. Also add it to monster context menu.
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/actions/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp
index 83695c88b..d810e497e 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -111,5 +111,6 @@ impHandlerVoid(commandShowCart)
impHandlerVoid(commandShowInventory)
impHandlerVoid(locatePlayer)
impHandlerVoid(commandShowAccountInfo)
+impHandlerVoid(commandSpawn)
} // namespace Actions