1
This commit is contained in:
parent
5893b59941
commit
72b288c2a9
@ -482,6 +482,11 @@ void CallFuncBuff::ProcFlashMoveToPos()
|
|||||||
owner->GetMutablePos().FromGlmVec3(glm::vec3(x, y, z));
|
owner->GetMutablePos().FromGlmVec3(glm::vec3(x, y, z));
|
||||||
App::Instance()->verify_set_pos = 0;
|
App::Instance()->verify_set_pos = 0;
|
||||||
owner->room->grid_service->MoveCreature(owner);
|
owner->room->grid_service->MoveCreature(owner);
|
||||||
|
owner->room->frame_event.AddPropChg(owner->GetWeakPtrRef(),
|
||||||
|
kPropFlyTo,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CallFuncBuff::ProcLightCircle()
|
void CallFuncBuff::ProcLightCircle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user