Fixed an issue with the end of m+ panel

This commit is contained in:
Tercio Jose
2024-08-10 23:52:27 -03:00
committed by andrew6180
parent 4032ea3746
commit 16fd6de6f9
5 changed files with 150 additions and 50 deletions
@@ -186,6 +186,9 @@ function lootFrame.UpdateUnitLoot(playerBanner)
local timeNow = GetTime()
local lootCache = lootFrame.LootCache[unitName]
if (not lootCache) then
return
end
---@type details_loot_cache[]
local lootCandidates = {}