From 4e7669dd6e07658fa86878d1e64c482a094b3b19 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 00:11:59 +0300 Subject: Add fake pet moving commands. Actual moving will be implimented after. --- src/being/being.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/being/being.cpp') 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; } } -- cgit v1.2.3-70-g09d2