Fix teleport notify
This commit is contained in:
parent
cb3f5c9ceb
commit
3537e46be1
1 changed files with 3 additions and 3 deletions
|
@ -10133,9 +10133,9 @@ enum TeleportReason {
|
||||||
// MessageId: 18415 (Notify)
|
// MessageId: 18415 (Notify)
|
||||||
message TeleportNotify {
|
message TeleportNotify {
|
||||||
int32 MapId = 14;
|
int32 MapId = 14;
|
||||||
float PosX = 9;
|
Vector Pos = 9;
|
||||||
float PosY = 6;
|
Vector Rot = 6;
|
||||||
float PosZ = 3;
|
Vector Gravity = 3;
|
||||||
int32 Reason = 15;
|
int32 Reason = 15;
|
||||||
GameCtxPb GameCtx = 4;
|
GameCtxPb GameCtx = 4;
|
||||||
TransitionOptionPb TransitionOption = 2;
|
TransitionOptionPb TransitionOption = 2;
|
||||||
|
|
Loading…
Reference in a new issue