mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 01:57:45 +00:00
Merge pull request #595 from karashiiro/develop
marketBoardSearchResult and marketBoardItemListingCount opcodes
This commit is contained in:
commit
a41fa5847a
1 changed files with 2 additions and 2 deletions
|
@ -112,10 +112,10 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
MarketTaxRates = 0x0076, // added 5.1
|
||||
|
||||
MarketBoardItemListingCount = 0x013B, // updated 5.0
|
||||
MarketBoardItemListingCount = 0x039D, // updated 5.1
|
||||
MarketBoardItemListing = 0x036A, // updated 5.1
|
||||
MarketBoardItemListingHistory = 0x0194, // updated 5.1
|
||||
MarketBoardSearchResult = 0x0139, // updated 4.5
|
||||
MarketBoardSearchResult = 0x0371, // updated 5.1
|
||||
|
||||
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
||||
FreeCompanyBoardMsg = 0x013C, // updated 4.5
|
||||
|
|
Loading…
Add table
Reference in a new issue