Fixing an issue with the loot display at the End of Mythic Plus panel

This commit is contained in:
Tercio Jose
2024-06-08 19:41:10 -03:00
parent 8d2269eaba
commit 9c56fa3376
2 changed files with 32 additions and 32 deletions
@@ -173,7 +173,7 @@ lootFrame:SetScript("OnEvent", function(self, event, ...)
effectiveILvl = effectiveILvl,
itemQuality = itemQuality, --this is a number
itemID = itemID,
time = time()
time = GetTime()
}
table.insert(lootFrame.LootCache[unitName], lootCacheTable)
@@ -982,6 +982,8 @@ function mythicDungeonFrames.ShowEndOfMythicPlusPanel()
readyFrame.RantingLabel = rantingLabel
end --end of creating of the readyFrame
--< end of mythic+ end of run frame creation >--
--mythic+ finished, showing the readyFrame for the user
local readyFrame = mythicDungeonFrames.ReadyFrame
readyFrame:Show()