From 04727dd39d7b82d5aca30603fb771a6770981bcc Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 9 Oct 2014 12:11:55 +0400 Subject: [PATCH] Override typo --- ElvUI_SLE/modules/loot.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua index 1105dcc..207b0f0 100644 --- a/ElvUI_SLE/modules/loot.lua +++ b/ElvUI_SLE/modules/loot.lua @@ -38,9 +38,9 @@ local function ModifierCheck() if heldModifier == '3' and shiftDown then return true - elseif heldModifier == '4' and ctrlDown then + elseif heldModifier == '5' and ctrlDown then return true - elseif heldModifier == '5' and altDown then + elseif heldModifier == '4' and altDown then return true elseif heldModifier == '2' then return true @@ -132,7 +132,6 @@ local function Announce(event) if not IsInGroup() then return end -- not in group, exit. local m = 0 local q = E.db.sle.loot.announcer.quality == "EPIC" and 4 or E.db.sle.loot.announcer.quality == "RARE" and 3 or E.db.sle.loot.announcer.quality == "UNCOMMON" and 2 - if (Check() and E.db.sle.loot.announcer.auto) or (ModifierCheck() and (IsInGroup() or IsInRaid())) then --if (Check() and E.db.sle.loot.announcer.auto) or (IsLeftControlKeyDown() and (IsInGroup() or IsInRaid())) then for i = 1, GetNumLootItems() do -- 1.7.9.5