mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 09:56:03 +00:00
unitframes: increase separator
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user