From 9b6e3c651e86af53ad34d13e98893efee9581d4d Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 6 Jul 2014 07:20:43 +0400 Subject: [PATCH] fml --- ElvUI_SLE/modules/loot/loot.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/modules/loot/loot.lua b/ElvUI_SLE/modules/loot/loot.lua index 5c11496..be7347c 100755 --- a/ElvUI_SLE/modules/loot/loot.lua +++ b/ElvUI_SLE/modules/loot/loot.lua @@ -126,8 +126,8 @@ function LT:Announce() if numbers[i] == 1 then SendChatMessage(i..". "..loot[i], IsPartyLFG() and "INSTANCE_CHAT" or "RAID") elseif numbers[i] > 1 then - SendChatMessage(i..". "..loot[i].."x"..numbers[i], IsPartyLFG() and "INSTANCE_CHAT" or "RAID") - end + SendChatMessage(i..". "..loot[i].."x"..numbers[i], IsPartyLFG() and "INSTANCE_CHAT" or "RAID") + end else if numbers[i] == 1 then SendChatMessage(i..". "..loot[i], IsPartyLFG() and "INSTANCE_CHAT" or "PARTY") @@ -140,7 +140,6 @@ function LT:Announce() SendChatMessage(i..". "..loot[i], "SAY") elseif numbers[i] > 1 then SendChatMessage(i..". "..loot[i].."x"..numbers[i], "SAY") - end end end end -- 1.7.9.5