mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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 {
|
private enum ZoneOpCode {
|
||||||
CfNotifyPop = 0x135,
|
CfNotifyPop = 0x1F8,
|
||||||
CfPreferredRole = 0x2a2,
|
CfPreferredRole = 0x32A,
|
||||||
MarketTaxRates = 0x16a,
|
MarketTaxRates = 0x25E,
|
||||||
MarketBoardItemRequestStart = 0x349,
|
MarketBoardItemRequestStart = 0x328,
|
||||||
MarketBoardOfferings = 0x130,
|
MarketBoardOfferings = 0x15F,
|
||||||
MarketBoardHistory = 0x1f7
|
MarketBoardHistory = 0x113
|
||||||
}
|
}
|
||||||
|
|
||||||
private DalamudConfiguration.PreferredRole RoleKeyToPreferredRole(int key) => key switch
|
private DalamudConfiguration.PreferredRole RoleKeyToPreferredRole(int key) => key switch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue