Skip to content

Commit

Permalink
Named SMSG_MULTI_FLOOR_NEW_FLOOR fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Selenium authored and mdX7 committed Apr 2, 2024
1 parent 6a50bc1 commit 6be4153
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ public static void ReadEncounterStartPlayerInfo(Packet packet, params object[] i
[Parser(Opcode.SMSG_MULTI_FLOOR_NEW_FLOOR)]
public static void HandleMultiFloorNewFloor(Packet packet)
{
packet.ReadInt32("Unk1");
packet.ReadInt32("Floor");
packet.ReadInt32("Unk2");
packet.ReadInt32("GeneratedFloorID");
packet.ReadInt32("FloorID");
packet.ReadInt32("FloorIndex");
var count = packet.ReadUInt32();

for (var i = 0; i < count; i++)
Expand Down

0 comments on commit 6be4153

Please sign in to comment.