From 112c84616723551976242e30c2f7f74da0e2b85e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 25 May 2021 10:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E5=9D=90=E9=AA=91?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E4=BB=8E=E5=8F=98=E6=9B=B4=E4=B8=BA?= =?UTF-8?q?=E5=9D=90=E9=AA=91=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index b544228..4f68226 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3360,7 +3360,7 @@ void Human::DoGetOnWithLoot(Loot* entity) this, entity->GetEntityUniId(), item_meta, - GetPos() + entity->GetPos() ); car->GetOn(this); room->TakeOnCarObject(entity->GetEntityUniId());