From 682d621fb1310679845064b75a0a873b44e64873 Mon Sep 17 00:00:00 2001 From: Repooc Date: Sat, 9 Aug 2014 19:44:40 -0400 Subject: [PATCH] fixed a taint??? what this not local .... --- ElvUI_SLE/modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5