From d111be82fa5320423d11f06abee571332889a98e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 6 Jul 2014 07:09:17 +0400 Subject: [PATCH] Second --- ElvUI_SLE/modules/loot/loot.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/loot/loot.lua b/ElvUI_SLE/modules/loot/loot.lua index 90d90be..d0f64f3 100755 --- a/ElvUI_SLE/modules/loot/loot.lua +++ b/ElvUI_SLE/modules/loot/loot.lua @@ -42,11 +42,14 @@ end function LT:Announce() local name = {} local loot = {} + local lootImp = {} local numbers = {} + local numbersImp = {} local m = 0 local q = E.db.sle.loot.quality == "EPIC" and 4 or E.db.sle.loot.quality == "RARE" and 3 or E.db.sle.loot.quality == "UNCOMMON" and 2 local n = 0 - + local nI = 0 + local p, chat if not IsInGroup() then return end -- not in group, exit. if (LT:Check() and E.db.sle.loot.auto) or (IsLeftControlKeyDown() and (IsInGroup() or IsInRaid())) then -- 1.7.9.5