Elv added the module back so we have to do this now
Repooc [11-12-14 - 05:23]
Elv added the module back so we have to do this now
Signed-off-by: Repooc <repooc82@gmail.com>
diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua
index 21c2f8a..ba1b366 100644
--- a/ElvUI_SLE/modules/loot.lua
+++ b/ElvUI_SLE/modules/loot.lua
@@ -266,9 +266,10 @@ end
function LT:Initialize()
if not E.db.sle.loot.enable then return end
- self:RegisterEvent("START_LOOT_ROLL", HandleRoll)
+ --self:RegisterEvent("START_LOOT_ROLL", HandleRoll)
self:RegisterEvent("PLAYER_LEVEL_UP")
LT:LoadLoot()
LT:Update()
+ hooksecurefunc(M, 'START_LOOT_ROLL', function(self, event, id) HandleRoll(event, id) end)
end
\ No newline at end of file