diff --git a/obj.go b/obj.go index 4c70fec..e197acd 100644 --- a/obj.go +++ b/obj.go @@ -941,7 +941,7 @@ func loadObjItem2() error { Auction: i.Auction, Code: i.Code, Exchange: i.Exchange, - ItemType: i.ItemType + ItemType: i.ItemType, ItemTypeID: cacheObjSubType[i.ItemType], Weight: i.Weight, Craft: ChatWarsItemCraft{},