From bd087af6319138ab78a06a765016dde26a8aa3ea Mon Sep 17 00:00:00 2001 From: Salikh Gurgenidze Date: Mon, 17 Nov 2025 02:58:31 +0400 Subject: [PATCH] fix: guda frame --- UI/BagFrame.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/BagFrame.xml b/UI/BagFrame.xml index 79e1133..c763c7c 100644 --- a/UI/BagFrame.xml +++ b/UI/BagFrame.xml @@ -232,7 +232,7 @@ local icon = getglobal(this:GetName().."_Icon") if icon then - icon:SetTexture("Interface\\Icons\\INV_Misc_Bag_08") + icon:SetTexture("Interface\\Icons\\INV_Misc_Bag_13") icon:SetTexCoord(0.08, 0.92, 0.08, 0.92) end