blah. fml
Darthpred [04-22-15 - 09:35]
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