Fix CfNotifyPop OP

This commit is contained in:
goat 2019-11-26 21:26:16 +09:00
parent 0094ab120e
commit f9ec69c640

View file

@ -197,7 +197,7 @@ namespace Dalamud.Game.Network {
} }
private enum ZoneOpCode { private enum ZoneOpCode {
CfNotifyPop = 0x32D, CfNotifyPop = 0x2B0,
CfNotify = 0x8F, CfNotify = 0x8F,
RetainerSaleItemId = 0x13F, // TODO these are probably not accurate RetainerSaleItemId = 0x13F, // TODO these are probably not accurate
RetainerSaleFinish = 0x138, RetainerSaleFinish = 0x138,