fixed a taint??? what this not local ....
Repooc [08-09-14 - 23:44]
fixed a taint??? what this not local ....
diff --git a/ElvUI_SLE/modules/nameplates.lua b/ElvUI_SLE/modules/nameplates.lua
index 26a532b..cbf0a9e 100644
--- a/ElvUI_SLE/modules/nameplates.lua
+++ b/ElvUI_SLE/modules/nameplates.lua
@@ -8,7 +8,7 @@ local IsInRaid, IsInGroup, UnitGUID, UnitName = IsInRaid, IsInGroup, UnitGUID, U
local format, twipe = string.format, table.wipe
local rosterTimer
-function Hex(r, g, b)
+local function Hex(r, g, b)
return format('|cFF%02x%02x%02x', r * 255, g * 255, b * 255)
end