mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Fix Market Board OP
This commit is contained in:
parent
f9ec69c640
commit
985e62fc13
1 changed files with 4 additions and 4 deletions
|
|
@ -202,10 +202,10 @@ namespace Dalamud.Game.Network {
|
||||||
RetainerSaleItemId = 0x13F, // TODO these are probably not accurate
|
RetainerSaleItemId = 0x13F, // TODO these are probably not accurate
|
||||||
RetainerSaleFinish = 0x138,
|
RetainerSaleFinish = 0x138,
|
||||||
FateSpawn = 0x226,
|
FateSpawn = 0x226,
|
||||||
MarketTaxRates = 0x39F,
|
MarketTaxRates = 0x185,
|
||||||
MarketBoardItemRequestStart = 0xF2,
|
MarketBoardItemRequestStart = 0x23A,
|
||||||
MarketBoardOfferings = 0x1E2,
|
MarketBoardOfferings = 0x390,
|
||||||
MarketBoardHistory = 0x123
|
MarketBoardHistory = 0x1C2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue