Neogeekmo opened this issue 6 months ago ยท 0 comments
tranform the BuyMerchant to accept list ou Buyitem
now:
BuyMerchant = { count = 5, itemID = 74660, },
wanted
BuyMerchant = { { count = 5, itemID = 74660, }, { count = 1, itemID = 84560, }, }