diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-22 23:20:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-22 23:20:05 +0300 |
commit | 3c51082082397b0564a224214249a096750b56c6 (patch) | |
tree | fc4bb3b4d511842e2a9f0f608d51fb3539a40ae9 /src/dyetool | |
parent | f6596726b6978a7380de163740e6b65c8394ca42 (diff) | |
download | mv-3c51082082397b0564a224214249a096750b56c6.tar.gz mv-3c51082082397b0564a224214249a096750b56c6.tar.bz2 mv-3c51082082397b0564a224214249a096750b56c6.tar.xz mv-3c51082082397b0564a224214249a096750b56c6.zip |
Add chat command for return pet to egg.
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 16658ebc7..b52c17020 100644 --- a/src/dyetool/actions/pets.cpp +++ b/src/dyetool/actions/pets.cpp @@ -43,5 +43,6 @@ impHandlerVoid(petDirectRight) impHandlerVoid(petMove) impHandlerVoid(petFeed) impHandlerVoid(petDropLoot) +impHandlerVoid(petReturnToEgg) } // namespace Actions |