1
This commit is contained in:
parent
930cf17308
commit
4d4479fede
@ -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);
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user