From 15bdde570fb44bc3329d5c3628445b8323759c84 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 Apr 2015 15:32:35 +0300 Subject: eathena: fix moving animation. --- src/net/eathena/beinghandler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net') diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index e8b8523c0..6e1a38d4d 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -1253,7 +1253,6 @@ void BeingHandler::processBeingMove2(Net::MessageIn &msg) return; } - dstBeing->setAction(BeingAction::STAND, 0); dstBeing->setTileCoords(srcX, srcY); if (localPlayer) localPlayer->followMoveTo(dstBeing, srcX, srcY, dstX, dstY); -- cgit v1.2.3-60-g2f50