Skip to content

Commit

Permalink
Fix missing packet entry for C2S_INSTANCE_13_46_16_NTC and C2S_INSTAN…
Browse files Browse the repository at this point in the history
…CE_13_47_16_NTC
  • Loading branch information
RyanYappert committed Sep 14, 2024
1 parent 1b8ab36 commit 8030373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Arrowgene.Ddon.Shared/Network/PacketId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2831,6 +2831,8 @@ private static Dictionary<int, PacketId> InitializeGamePacketIds()
AddPacketIdEntry(packetIds, S2C_INSTANCE_GET_EX_OM_INFO_RES);
AddPacketIdEntry(packetIds, C2S_INSTANCE_CHARACTER_START_BAD_STATUS_NTC);
AddPacketIdEntry(packetIds, C2S_INSTANCE_CHARACTER_END_BAD_STATUS_NTC);
AddPacketIdEntry(packetIds, C2S_INSTANCE_13_46_16_NTC);
AddPacketIdEntry(packetIds, C2S_INSTANCE_13_47_16_NTC);

// Group: 14 - (WARP)
AddPacketIdEntry(packetIds, C2S_WARP_RELEASE_WARP_POINT_REQ);
Expand Down

0 comments on commit 8030373

Please sign in to comment.