mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
loot: add fallback values for missing players
This commit is contained in:
@@ -240,6 +240,9 @@ do -- create a scope so we don't have to worry about upvalue collisions
|
||||
end
|
||||
end
|
||||
end
|
||||
-- fallback for GetMasterLootCandidate not updating immediately for leavers
|
||||
unitinfo.lclass,unitinfo.class = _G.UNKNOWN, "UNKNOWN"
|
||||
return unitinfo
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user