activeChar.setLastClientPosition(null);
activeChar.setLastServerPosition(null);
activeChar.setLoc(_targetLoc.changeZ(64).correctGeoZ());
activeChar.validateLocation(1);
activeChar.stopMove(false);
activeChar.sendActionFailed();
return;
}
ThreadPoolManager.getInstance().executePathfind(new StartMoveTask(activeChar, _targetLoc, _moveMovement != 0));
}