From 407f1598162a54bc5d81a076ac0fb559c7585bbb Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Wed, 5 Aug 2026 15:44:33 +0300 Subject: [PATCH] new container indicator for menu items --- Core/AtlasLoot.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index bb1079f..00133e5 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -766,15 +766,18 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, title) _G["AtlasLootMenuItem_"..buttonIndex.."_Extra"]:SetText(data[i][5]) if type(container) == "table" then _G["AtlasLootMenuItem_"..buttonIndex].container = container - _G["AtlasLootMenuItem_"..buttonIndex.."_IconBorder"]:SetVertexColor(1, 0.82, 0) for row = 1, getn(container) do for item = 1, getn(container[row]) do AtlasLoot_CacheItem(container[row][item][1]) end end + _G["AtlasLootMenuItem_"..buttonIndex.."_IconBorder"]:SetVertexColor(1, 1, 1) + _G["AtlasLootMenuItem_"..buttonIndex.."_ContainerBorder"]:Show() + _G["AtlasLootMenuItem_"..buttonIndex.."_ContainerBorderHighlight"]:Show() else _G["AtlasLootMenuItem_"..buttonIndex].lootpage = lootPage - _G["AtlasLootMenuItem_"..buttonIndex.."_IconBorder"]:SetVertexColor(1, 1, 1) + _G["AtlasLootMenuItem_"..buttonIndex.."_ContainerBorder"]:Hide() + _G["AtlasLootMenuItem_"..buttonIndex.."_ContainerBorderHighlight"]:Hide() end _G["AtlasLootMenuItem_"..buttonIndex].isheader = not lootPage and not container if strsub(icon, 1, 5) == "CLASS" then