This commit is contained in:
shoopea 2020-08-08 12:07:47 +02:00
parent 818ed5c998
commit 71358a575c

4
def.go
View File

@ -624,8 +624,8 @@ type JobPayloadVaultValOth struct {
type JobPayloadVaultValTab struct {
ItemID64 int64 `json:"item_id"`
Quality string `json:"quality"`
Quantity int `json:"quantity"`
Volume int `json:"volume"`
Quantity int64 `json:"quantity"`
Volume int64 `json:"volume"`
Value float64 `json:"value"`
}