From 397753422400c74d05fd1f0e223d4833ff30f696 Mon Sep 17 00:00:00 2001 From: Resaec Date: Sun, 28 Apr 2024 22:35:11 +0200 Subject: [PATCH] Hmmm --- .../net/psforever/packet/game/OutfitMembershipRequest.scala | 4 ++-- .../net/psforever/packet/game/OutfitMembershipResponse.scala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/scala/net/psforever/packet/game/OutfitMembershipRequest.scala b/src/main/scala/net/psforever/packet/game/OutfitMembershipRequest.scala index 979f1417d..d38f7edf9 100644 --- a/src/main/scala/net/psforever/packet/game/OutfitMembershipRequest.scala +++ b/src/main/scala/net/psforever/packet/game/OutfitMembershipRequest.scala @@ -11,8 +11,8 @@ import shapeless.{::, HNil} final case class OutfitMembershipRequest( request_type: OutfitMembershipRequest.RequestType.Type, - avatar_guid: PlanetSideGUID, - unk1: Int, + avatar_guid: PlanetSideGUID, // avatar_guid and unk1 are related, might be Long instead + unk1: Int, // action: OutfitMembershipRequestAction ) extends PlanetSideGamePacket { type Packet = OutfitMembershipRequest diff --git a/src/main/scala/net/psforever/packet/game/OutfitMembershipResponse.scala b/src/main/scala/net/psforever/packet/game/OutfitMembershipResponse.scala index b16010d8c..0dd0556c9 100644 --- a/src/main/scala/net/psforever/packet/game/OutfitMembershipResponse.scala +++ b/src/main/scala/net/psforever/packet/game/OutfitMembershipResponse.scala @@ -12,8 +12,8 @@ import shapeless.{::, HNil} final case class OutfitMembershipResponse( response_type: OutfitMembershipResponse.ResponseType.Type, unk0: Int, - avatar_guid: PlanetSideGUID, - unk1: PlanetSideGUID, + avatar_guid: PlanetSideGUID, // avatar_guid and unk1 are related, might be Long instead + unk1: PlanetSideGUID, // unk2: PlanetSideGUID, unk3: Int, //unk4: Boolean,