Found out there was already support for auctionator... need to learn to read comments :D
Ino Bertelsen [01-14-19 - 04:23]
Found out there was already support for auctionator... need to learn to read comments :D
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