From 383c607b35bb5c069ef4f3fdbfe20d1da1f642f7 Mon Sep 17 00:00:00 2001 From: meli <57847713+ff-meli@users.noreply.github.com> Date: Tue, 24 Dec 2019 17:52:40 -0800 Subject: [PATCH] opcode updates for 5.18, courtesy of karashiiro --- Dalamud/Game/Network/NetworkHandlers.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dalamud/Game/Network/NetworkHandlers.cs b/Dalamud/Game/Network/NetworkHandlers.cs index cf71e43c4..4613e03de 100644 --- a/Dalamud/Game/Network/NetworkHandlers.cs +++ b/Dalamud/Game/Network/NetworkHandlers.cs @@ -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