From 3e43345f804886a3a6ed7c0e378612612de4f4a5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Dec 2013 14:54:25 +0300 Subject: add support for pet offsets if owner is sitting. --- src/net/tmwa/beinghandler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index cfb25fa49..de2a25946 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -612,6 +612,7 @@ void BeingHandler::processPlayerMoveUpdate(Net::MessageIn &msg, case 2: dstBeing->setAction(Being::SIT, 0); + dstBeing->updatePet(); player_node->imitateAction(dstBeing, Being::SIT); break; -- cgit v1.2.3-60-g2f50