diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-22 22:15:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-22 22:15:50 +0300 |
commit | 92eb0630eb067fbe0a18edb93a02f6fd424c3212 (patch) | |
tree | 8dc535f94f3fbf26979905f583af92ecb95f166f /src/dyetool | |
parent | 917235b0e5ffd8e8e7ec32ea65ca537f0217b954 (diff) | |
download | manaverse-92eb0630eb067fbe0a18edb93a02f6fd424c3212.tar.gz manaverse-92eb0630eb067fbe0a18edb93a02f6fd424c3212.tar.bz2 manaverse-92eb0630eb067fbe0a18edb93a02f6fd424c3212.tar.xz manaverse-92eb0630eb067fbe0a18edb93a02f6fd424c3212.zip |
Add chat command for drop pet's loot.
Diffstat (limited to 'src/dyetool')
-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 a7e642a57..a09685e03 100644 --- a/src/dyetool/actions/actions.cpp +++ b/src/dyetool/actions/actions.cpp @@ -101,6 +101,7 @@ impHandlerVoid(mercenaryToMaster) impHandlerVoid(homunculusToMaster) impHandlerVoid(homunculusFeed) impHandlerVoid(petFeed) +impHandlerVoid(petDropLoot) impHandlerVoid(useItem) impHandlerVoid(useItemInv) impHandlerVoid(invToStorage) |