diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-24 20:29:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-24 20:29:30 +0300 |
commit | 1604dd8af946e865a5fcf1ddc2e533581892da39 (patch) | |
tree | 633efe3999be9cef8cfef6f420d2f0018fcb0a4a /src/dyetool | |
parent | e0b4a2665505279e58f2a618272db5245f275518 (diff) | |
download | plus-1604dd8af946e865a5fcf1ddc2e533581892da39.tar.gz plus-1604dd8af946e865a5fcf1ddc2e533581892da39.tar.bz2 plus-1604dd8af946e865a5fcf1ddc2e533581892da39.tar.xz plus-1604dd8af946e865a5fcf1ddc2e533581892da39.zip |
Add chat command /spawnslave. Also add it to monster context menu.
Diffstat (limited to 'src/dyetool')
-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 d810e497e..ad91220df 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -112,5 +112,6 @@ impHandlerVoid(commandShowInventory) impHandlerVoid(locatePlayer) impHandlerVoid(commandShowAccountInfo) impHandlerVoid(commandSpawn) +impHandlerVoid(commandSpawnSlave) } // namespace Actions |