Azeroth Pilot Reloaded

Azeroth Pilot Reloaded

2M Downloads

Add multiple buy on the same step

Neogeekmo opened this issue ยท 0 comments

commented

tranform the BuyMerchant to accept list ou Buyitem

now:

BuyMerchant = {
            count = 5,
            itemID = 74660,
        },

wanted

BuyMerchant = {
        {
            count = 5,
            itemID = 74660,
        },
        {
            count = 1,
            itemID = 84560,
        },
}