From bb542c81069eec654c8b893a4237d7b68f7a4cdc Mon Sep 17 00:00:00 2001 From: Ino Bertelsen Date: Mon, 14 Jan 2019 01:23:56 -0300 Subject: [PATCH] Found out there was already support for auctionator... need to learn to read comments :D --- Modules/ProspectMe_Value.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/ProspectMe_Value.lua b/Modules/ProspectMe_Value.lua index d4528f7..8175aee 100644 --- a/Modules/ProspectMe_Value.lua +++ b/Modules/ProspectMe_Value.lua @@ -8,8 +8,6 @@ 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