diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-22 22:24:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-22 22:24:24 +0300 |
commit | f6596726b6978a7380de163740e6b65c8394ca42 (patch) | |
tree | d1264b5536c1aeefb791b5e8d27b2c9500fc7cca /src/dyetool/actions/actions.cpp | |
parent | 92eb0630eb067fbe0a18edb93a02f6fd424c3212 (diff) | |
download | mv-f6596726b6978a7380de163740e6b65c8394ca42.tar.gz mv-f6596726b6978a7380de163740e6b65c8394ca42.tar.bz2 mv-f6596726b6978a7380de163740e6b65c8394ca42.tar.xz mv-f6596726b6978a7380de163740e6b65c8394ca42.zip |
Move pets actions from actions.cpp into pets.cpp
Diffstat (limited to 'src/dyetool/actions/actions.cpp')
-rw-r--r-- | src/dyetool/actions/actions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp index a09685e03..58353b699 100644 --- a/src/dyetool/actions/actions.cpp +++ b/src/dyetool/actions/actions.cpp @@ -100,8 +100,6 @@ impHandlerVoid(mercenaryFire) impHandlerVoid(mercenaryToMaster) impHandlerVoid(homunculusToMaster) impHandlerVoid(homunculusFeed) -impHandlerVoid(petFeed) -impHandlerVoid(petDropLoot) impHandlerVoid(useItem) impHandlerVoid(useItemInv) impHandlerVoid(invToStorage) |