mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
no message
This commit is contained in:
parent
6795f3143a
commit
7216ade563
3 changed files with 1983 additions and 93 deletions
|
@ -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[]>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue