Azeroth-Pilot-Reloaded / azeroth-pilot-reloaded

Azeroth Pilot Reloaded
GNU General Public License v3.0
28 stars 9 forks source link

Add multiple buy on the same step #268

Closed Neogeekmo closed 1 month ago

Neogeekmo commented 1 month ago

tranform the BuyMerchant to accept list ou Buyitem

now:

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

wanted

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