From ab607e8ae8db1ad117ebff1997f65e19ce4ddc92 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 22 Apr 2015 13:35:15 +0400 Subject: [PATCH] blah. fml --- ElvUI_SLE/modules/auras.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/auras.lua b/ElvUI_SLE/modules/auras.lua index 4fd06b2..e9e2f9b 100644 --- a/ElvUI_SLE/modules/auras.lua +++ b/ElvUI_SLE/modules/auras.lua @@ -181,13 +181,12 @@ end function AT:UpdateAuraStandings(event, unit) if unit ~= "player" and event ~= "PLAYER_REGEN_ENABLED" then return end - if event == "PLAYER_REGEN_DISABLED" then + if event == "PLAYER_REGEN_DISABLED" or InCombatLockdown() then self:RegisterEvent("PLAYER_REGEN_ENABLED", "UpdateAuraStandings") return elseif event == "PLAYER_REGEN_ENABLED" then self:UnregisterEvent(event) end - if InCombatLockdown() then return end for i = 1, NUM_LE_RAID_BUFF_TYPES do local button = _G["ElvUIConsolidatedBuff"..i] for s = 1, #AT.Buffs[i] do -- 1.7.9.5