no message

This commit is contained in:
SilicaAndPina 2021-02-05 22:50:35 +13:00
parent 6795f3143a
commit 7216ade563
3 changed files with 1983 additions and 93 deletions

View file

@ -385,6 +385,7 @@ namespace HISP.Server
{
Shop shop = new Shop(gameData.shop_list[i].stocks_itemids.ToObject<int[]>());
shop.Id = gameData.shop_list[i].id;
shop.BuyPricePercentage = gameData.shop_list[i].buy_percent;
shop.SellPricePercentage = gameData.shop_list[i].sell_percent;
shop.BuysItemTypes = gameData.shop_list[i].buys_item_types.ToObject<string[]>();