Filename | |
---|---|
ElvUI_SLE/modules/loot.lua |
diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua index 970c463..073a2fd 100644 --- a/ElvUI_SLE/modules/loot.lua +++ b/ElvUI_SLE/modules/loot.lua @@ -302,6 +302,7 @@ end function LT:Initialize() if not E.db.sle.loot.enable then return end self:RegisterEvent("START_LOOT_ROLL", HandleRoll) + self:RegisterEvent("PLAYER_LEVEL_UP") --Used to debug --self:RegisterEvent('MODIFIER_STATE_CHANGED')