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