Fix teleport notify

This commit is contained in:
xavo95 2025-02-24 15:40:03 +01:00
parent cb3f5c9ceb
commit 3537e46be1
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -10133,9 +10133,9 @@ enum TeleportReason {
// MessageId: 18415 (Notify)
message TeleportNotify {
int32 MapId = 14;
float PosX = 9;
float PosY = 6;
float PosZ = 3;
Vector Pos = 9;
Vector Rot = 6;
Vector Gravity = 3;
int32 Reason = 15;
GameCtxPb GameCtx = 4;
TransitionOptionPb TransitionOption = 2;