From 15e2a41100cca2514bde2f6b67190845297a0054 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 20 Aug 2014 07:41:36 +0400 Subject: [PATCH] derp --- ElvUI_SLE/modules/loot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua index 4db41be..970c463 100644 --- a/ElvUI_SLE/modules/loot.lua +++ b/ElvUI_SLE/modules/loot.lua @@ -301,7 +301,7 @@ end function LT:Initialize() if not E.db.sle.loot.enable then return end - self:RegisterEvent("CONFIRM_DISENCHANT_ROLL", HandleRoll) + self:RegisterEvent("START_LOOT_ROLL", HandleRoll) --Used to debug --self:RegisterEvent('MODIFIER_STATE_CHANGED') -- 1.7.9.5