From 9acd92bf4d89925ba1dc39453e2233da77e676c5 Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 7 Jun 2017 18:57:27 +0200 Subject: [PATCH] unitframes: increase separator --- api/unitframes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index e73e9bc5..664a8694 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1218,7 +1218,7 @@ function pfUI.uf:GetStatusValue(unit, pos) level = unit:GetColor("level") .. level name = unit:GetColor("unit") .. name - return level .. " " .. name + return level .. " " .. name elseif config == "name" then return unit:GetColor("unit") .. UnitName(unitstr)