Skip to content

Commit

Permalink
Follow feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliminationzx committed Jan 11, 2025
1 parent e32358f commit 4d9efc2
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ public static void HandleEnumCharactersResult(Packet packet)
[Parser(Opcode.CMSG_REQUEST_STORE_FRONT_INFO_UPDATE)]
public static void HandleRequestStoreFrontInfoUpdate(Packet packet)
{
packet.ReadUInt32("requestTypeOrStoreID");
packet.ReadUInt32("clientIDOrContext");
packet.ReadUInt32("transactionID");
packet.ReadUInt32("StoreFrontID");

var count = packet.ReadUInt32("UnknownCount");
for (var i = 0; i < count; ++i)
packet.ReadInt32("UnknownField", i);
}
}
}

0 comments on commit 4d9efc2

Please sign in to comment.