mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Fix CfNotifyPop OP
This commit is contained in:
parent
0094ab120e
commit
f9ec69c640
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ namespace Dalamud.Game.Network {
|
|||
}
|
||||
|
||||
private enum ZoneOpCode {
|
||||
CfNotifyPop = 0x32D,
|
||||
CfNotifyPop = 0x2B0,
|
||||
CfNotify = 0x8F,
|
||||
RetainerSaleItemId = 0x13F, // TODO these are probably not accurate
|
||||
RetainerSaleFinish = 0x138,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue