From b1fcf5da7199506f6c5f34189b927c8cd96eaf9f Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 24 Oct 2016 21:41:04 +0300 Subject: [PATCH] removed events --- ElvUI_SLE/modules/afk.lua | 1 - ElvUI_SLE/modules/professions/professions.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/ElvUI_SLE/modules/afk.lua b/ElvUI_SLE/modules/afk.lua index 2929205..a0e0029 100644 --- a/ElvUI_SLE/modules/afk.lua +++ b/ElvUI_SLE/modules/afk.lua @@ -429,7 +429,6 @@ function S:Initialize() end self.AFKMode.chat:RegisterEvent("CHAT_MSG_WHISPER") self.AFKMode.chat:RegisterEvent("CHAT_MSG_BN_WHISPER") - self.AFKMode.chat:RegisterEvent("CHAT_MSG_BN_CONVERSATION") self.AFKMode.chat:RegisterEvent("CHAT_MSG_GUILD") self.isAFK = true diff --git a/ElvUI_SLE/modules/professions/professions.lua b/ElvUI_SLE/modules/professions/professions.lua index 486ab2f..4037124 100644 --- a/ElvUI_SLE/modules/professions/professions.lua +++ b/ElvUI_SLE/modules/professions/professions.lua @@ -51,7 +51,6 @@ function Pr:Initialize() if E.private.sle.professions.enchant.enchScroll then Pr:EnchantButton() end - self:RegisterEvent("TRADE_SKILL_UPDATE", "UpdateSkills") self:RegisterEvent("CHAT_MSG_SKILL", "UpdateSkills") if E.private.sle.professions.deconButton.enable then Pr:InitializeDeconstruct() end -- 1.7.9.5