Quantcast

removed events

Darthpred [10-24-16 - 18:41]
removed events
Filename
ElvUI_SLE/modules/afk.lua
ElvUI_SLE/modules/professions/professions.lua
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