From 38a5ebebe68cd087842481863111bac6aca8e3bb Mon Sep 17 00:00:00 2001 From: Salikh Gurgenidze Date: Thu, 20 Nov 2025 17:44:52 +0400 Subject: [PATCH] fix: quest item indicator position --- UI/ItemButton.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/ItemButton.lua b/UI/ItemButton.lua index f93d12b..50b84d6 100644 --- a/UI/ItemButton.lua +++ b/UI/ItemButton.lua @@ -406,7 +406,7 @@ function Guda_ItemButton_SetItem(self, bagID, slotID, itemData, isBank, otherCha self.questIcon:SetHeight(questIconSize) self.questIcon:ClearAllPoints() - self.questIcon:SetPoint("TOPRIGHT", self, "TOPRIGHT", 2, 2) + self.questIcon:SetPoint("TOPRIGHT", self, "TOPRIGHT", 1, 0) end else -- Hide icon for empty slots