Quantcast

Put a space between names

starlon [07-29-08 - 06:04]
Put a space between names
Filename
Modules/Targeting.lua
diff --git a/Modules/Targeting.lua b/Modules/Targeting.lua
index 4941a22..705a540 100644
--- a/Modules/Targeting.lua
+++ b/Modules/Targeting.lua
@@ -23,7 +23,7 @@ function mod:SetUnit()
 			if UnitGUID("mouseover") == UnitGUID("raid" .. i .. "target") then
 				local c = RAID_CLASS_COLORS[select(2, UnitClass("raid" .. i))]
 				local name = UnitName("raid" .. i)
-				txt = txt .. ("|cFF%02x%02x%02x%s|r"):format(c.r*255, c.g*255, c.b*255, name)
+				txt = txt .. ("|cFF%02x%02x%02x%s|r "):format(c.r*255, c.g*255, c.b*255, name)
 			end
 		end
 		if txt ~= '' then