Skip to content

Commit

Permalink
Fix MarketBoardItemListingHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Oct 12, 2023
1 parent 50d4293 commit 55d8663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVOpcodes/Ipcs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enum ServerZoneIpcType : ushort
FreeCompanyDialog = 0x0391, // updated 6.5
MarketBoardSearchResult = 0x0169, // updated 6.5
MarketBoardItemListingCount = 0x0168, // updated 6.5
MarketBoardItemListingHistory = 0x039F, // updated 6.5
MarketBoardItemListingHistory = 0x0347, // updated 6.5
MarketBoardItemListing = 0x0233, // updated 6.5
MarketBoardPurchase = 0x0133, // updated 6.5
UpdateInventorySlot = 0x0369, // updated 6.5
Expand Down

0 comments on commit 55d8663

Please sign in to comment.