dammit
Darth Predator [06-24-17 - 09:00]
diff --git a/ElvUI_SLE/modules/equipmanager.lua b/ElvUI_SLE/modules/equipmanager.lua
index 281f3f9..66e2999 100644
--- a/ElvUI_SLE/modules/equipmanager.lua
+++ b/ElvUI_SLE/modules/equipmanager.lua
@@ -151,7 +151,7 @@ function EM:TagsProcess(msg)
if cnd then
local command, argument = (":"):split(cnd)
local argTable = {}
- if T.find(argument, ".") then
+ if T.find(argument, "%.") then
SLE:ErrorPrint(L["SLE_EM_TAG_DOT_WARNING"])
else
if ("/"):split(argument) then