From bff0f4dc9a0b63d3547fc58b17dd82e9fe1d5b7d Mon Sep 17 00:00:00 2001 From: Crum Date: Thu, 6 Dec 2018 23:08:23 -0600 Subject: [PATCH] fix #36 --- ElvUI/Modules/Chat/Chat.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ElvUI/Modules/Chat/Chat.lua b/ElvUI/Modules/Chat/Chat.lua index 4031a8a..37a51f0 100644 --- a/ElvUI/Modules/Chat/Chat.lua +++ b/ElvUI/Modules/Chat/Chat.lua @@ -68,12 +68,7 @@ local DEFAULT_STRINGS = { local hyperlinkTypes = { ["item"] = true, - ["spell"] = true, - ["unit"] = true, - ["quest"] = true, ["enchant"] = true, - ["instancelock"] = true, - ["talent"] = true, } CH.Keywords = {}