unitframes: fix 5th group member in raid

This commit is contained in:
shagu
2017-09-09 18:50:27 +02:00
parent c6003f08f4
commit f446689681
+1 -1
View File
@@ -559,7 +559,7 @@ function pfUI.uf:RefreshUnit(unit, component)
if id == 1 then
unit.id = ""
unit.label = "player"
elseif id < 5 then
elseif id <= 5 then
unit.id = id - 1
unit.label = "party"
end