diff options
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/pets.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/pets.cpp b/src/dyetool/actions/pets.cpp index b52c17020..96a7e5393 100644 --- a/src/dyetool/actions/pets.cpp +++ b/src/dyetool/actions/pets.cpp @@ -44,5 +44,6 @@ impHandlerVoid(petMove) impHandlerVoid(petFeed) impHandlerVoid(petDropLoot) impHandlerVoid(petReturnToEgg) +impHandlerVoid(petUnequip) } // namespace Actions |