mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
opcode updates for 5.18, courtesy of karashiiro
This commit is contained in:
parent
593e35fa23
commit
383c607b35
1 changed files with 6 additions and 6 deletions
|
|
@ -221,12 +221,12 @@ namespace Dalamud.Game.Network {
|
|||
}
|
||||
|
||||
private enum ZoneOpCode {
|
||||
CfNotifyPop = 0x135,
|
||||
CfPreferredRole = 0x2a2,
|
||||
MarketTaxRates = 0x16a,
|
||||
MarketBoardItemRequestStart = 0x349,
|
||||
MarketBoardOfferings = 0x130,
|
||||
MarketBoardHistory = 0x1f7
|
||||
CfNotifyPop = 0x1F8,
|
||||
CfPreferredRole = 0x32A,
|
||||
MarketTaxRates = 0x25E,
|
||||
MarketBoardItemRequestStart = 0x328,
|
||||
MarketBoardOfferings = 0x15F,
|
||||
MarketBoardHistory = 0x113
|
||||
}
|
||||
|
||||
private DalamudConfiguration.PreferredRole RoleKeyToPreferredRole(int key) => key switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue