diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 9c78a88f..291b3f03 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3191,6 +3191,7 @@ void Human::InternalBeKill(int killer_id, const std::string& killer_name, int we SetPos(GetBornPoint()->RandPoint(room)); room->grid_service->MoveCreature(this); App::Instance()->verify_set_pos = 0; + SyncServerPos(kNormalReason); GetMovement()->ClearPath(); InitMobaRoad(); a8::UnSetBitFlag(status, CS_Reviving); diff --git a/server/gameserver/skill.cc b/server/gameserver/skill.cc index ffcfeaca..a7fc3256 100644 --- a/server/gameserver/skill.cc +++ b/server/gameserver/skill.cc @@ -539,6 +539,7 @@ void Skill::ProcJumpToPhase(const mt::SkillPhase* phase) owner->SetPos(new_pos); App::Instance()->verify_set_pos = 0; owner->room->grid_service->MoveCreature(owner); + owner->SyncServerPos(kNormalReason); } void Skill::CancelMinorMode()