diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 70a71d960..289f49411 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1642,7 +1642,6 @@ void Being::petLogic() if (mX != dstX || mY != dstY) { setPath(mMap->findPath(mX, mY, dstX, dstY, blockWalkMask)); - petHandler->move(mOwner, mId, mX, mY, dstX, dstY); return; } } |