Auction House - fix bug

This commit is contained in:
Sattva
2023-12-30 22:30:39 +03:00
parent c8b09b259e
commit 30866f07f7
2 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -10193,7 +10193,7 @@
-- Create checkboxes
CreateAuctionCB("AhBuyoutOnly", "BOTTOMLEFT", 200, 16, "Buyout Only")
CreateAuctionCB("AhGoldOnly", "BOTTOMLEFT", 320, 16, "Gold Only")
CreateAuctionCB("AhTabConfirm", "BOTTOMLEFT", 440, 16, "Tab Confirm")
CreateAuctionCB("AhTabConfirm", "BOTTOMLEFT", 440, 16, "Tab To Confirm")
end
if LeaPlusLC.ElvUI then
@@ -10331,7 +10331,7 @@
StartPriceGold:SetFocus(true)
end
else
if LeaPlusLC["AhTabConfirm"] == "On" then
if LeaPlusLC["AhTabConfirm"] == "On" and LeaPlusLC["AhBuyoutOnly"] == "On" and LeaPlusLC["AhGoldOnly"] == "On" then
AuctionsCreateAuctionButton:Click()
BuyoutPriceGold:ClearFocus()
end