From 1150b885443764ff82f8a5786e82888c437ac1d7 Mon Sep 17 00:00:00 2001 From: Rvng Date: Tue, 14 Sep 2021 05:28:58 -0400 Subject: [PATCH] left over debug --- AtlasLoot/Core/AtlasLoot.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AtlasLoot/Core/AtlasLoot.lua b/AtlasLoot/Core/AtlasLoot.lua index 84f3012..813a40e 100644 --- a/AtlasLoot/Core/AtlasLoot.lua +++ b/AtlasLoot/Core/AtlasLoot.lua @@ -677,12 +677,12 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame) --Check for a valid object (that it exists, and that it has a name) local itemId = 0; if(dataSource[dataID][i] ~= nil and dataSource[dataID][i][4] ~= "") then - print(dataSource[dataID][i][2]) - if string.sub(dataSource[dataID][i][2], 1, 1) == "s" then - isItem = false; - else - isItem = true; - end + + if string.sub(dataSource[dataID][i][2], 1, 1) == "s" then + isItem = false; + else + isItem = true; + end itemId = dataSource[dataID][i][2]