From a31326cc509dc2cbf47ea2c6fe20d8a68bbab3e4 Mon Sep 17 00:00:00 2001 From: Ino Bertelsen Date: Sun, 13 Jan 2019 04:11:19 -0300 Subject: [PATCH] First Test of Auctionator support --- Modules/ProspectMe_Value.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/ProspectMe_Value.lua b/Modules/ProspectMe_Value.lua index 8175aee..d4528f7 100644 --- a/Modules/ProspectMe_Value.lua +++ b/Modules/ProspectMe_Value.lua @@ -8,6 +8,8 @@ local function Initialize () v = TSMAPI:GetItemValue(itemID, "DBMinBuyout") elseif AucAdvanced then -- Auctioneer Support v = AucAdvanced.API.GetMarketValue(select(2, GetItemInfo(itemID))) + elseif Atr_GetAuctionBuyout then -- Auctionator Support + v = Atr_GetAuctionBuyout(select(2, GetItemInfo(itemID))) end if v == nil then -- provides a failsafe if Auctioneer, etc is set to Load on Demand -- 1.7.9.5