From ce858f1fda385a63608ab61f89ea7a68740fe1ec Mon Sep 17 00:00:00 2001 From: Repooc Date: Wed, 12 Nov 2014 00:23:21 -0500 Subject: [PATCH] Elv added the module back so we have to do this now Signed-off-by: Repooc --- ElvUI_SLE/modules/loot.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.9.5