mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 08:06:55 +00:00
unitframes: fix 5th group member in raid
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user