From 9c67efdcf3d06aa5d0a2ff3b7ef1094f5a001ecd Mon Sep 17 00:00:00 2001 From: HonkinGamer <66095733+HonkGamer@users.noreply.github.com> Date: Thu, 10 Sep 2020 23:42:53 -0400 Subject: [PATCH] Update LootButtons.lua Remove refresh itemframe on item query --- AtlasLoot/Core/LootButtons.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AtlasLoot/Core/LootButtons.lua b/AtlasLoot/Core/LootButtons.lua index 5dca860..237a1c2 100644 --- a/AtlasLoot/Core/LootButtons.lua +++ b/AtlasLoot/Core/LootButtons.lua @@ -228,11 +228,7 @@ function AtlasLootItem_OnClick(arg1) if not AtlasLoot.db.profile.ItemSpam then DEFAULT_CHAT_FRAME:AddMessage(AL["Server queried for "]..color.."["..name.."]".."|r"..AL[". Right click on any other item to refresh the loot page."]); end - AtlasLootItemsFrame:Hide(); - AtlasLoot_ShowItemsFrame(AtlasLootItemsFrame.refresh[1], AtlasLootItemsFrame.refresh[2], AtlasLootItemsFrame.refresh[3], AtlasLootItemsFrame.refresh[4]); elseif(arg1=="RightButton" and iteminfo) then - AtlasLootItemsFrame:Hide(); - AtlasLoot_ShowItemsFrame(AtlasLootItemsFrame.refresh[1], AtlasLootItemsFrame.refresh[2], AtlasLootItemsFrame.refresh[3], AtlasLootItemsFrame.refresh[4]); if not AtlasLoot.db.profile.ItemSpam then DEFAULT_CHAT_FRAME:AddMessage(itemLink..AL[" is safe."]); if(itemLinkB) then