diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-22 20:43:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-22 20:43:46 +0300 |
commit | bda7b8cc0776456e8d392be45be9b74183cf0f37 (patch) | |
tree | a473856f7744dcd2085e6c237ebde1bac2c23ce7 /src/dyetool/actions/actions.cpp | |
parent | 21fb62f9747578a7a81ccfa94369429fba4d4cc1 (diff) | |
download | plus-bda7b8cc0776456e8d392be45be9b74183cf0f37.tar.gz plus-bda7b8cc0776456e8d392be45be9b74183cf0f37.tar.bz2 plus-bda7b8cc0776456e8d392be45be9b74183cf0f37.tar.xz plus-bda7b8cc0776456e8d392be45be9b74183cf0f37.zip |
Add chat command for move mercenary to master.
Diffstat (limited to 'src/dyetool/actions/actions.cpp')
-rw-r--r-- | src/dyetool/actions/actions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp index abf66c436..53294a27f 100644 --- a/src/dyetool/actions/actions.cpp +++ b/src/dyetool/actions/actions.cpp @@ -97,6 +97,7 @@ impHandlerVoid(uploadConfig) impHandlerVoid(uploadServerConfig) impHandlerVoid(uploadLog) impHandlerVoid(mercenaryFire) +impHandlerVoid(mercenaryToMaster) impHandlerVoid(useItem) impHandlerVoid(useItemInv) impHandlerVoid(invToStorage) |