First try at updating command system to be like TC. Still needs alot of testing/work
This commit is contained in:
@@ -533,7 +533,7 @@ namespace Game
|
||||
item.Item.ItemID = vendorItem.item;
|
||||
if (!vendorItem.BonusListIDs.Empty())
|
||||
{
|
||||
item.Item.ItemBonus.HasValue = true;
|
||||
item.Item.ItemBonus.Value = new();
|
||||
item.Item.ItemBonus.Value.BonusListIDs = vendorItem.BonusListIDs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user