diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-24 20:15:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-24 20:15:18 +0300 |
commit | e0b4a2665505279e58f2a618272db5245f275518 (patch) | |
tree | e973687cba28b78f27e9527743e0c57d6f9619f5 /src/dyetool/actions | |
parent | 61de258859b600011284a49d54bca1f31ecb6d3d (diff) | |
download | plus-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/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
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 |