From 4a741007f03668c4dff405d69154d8b8c346111c Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sat, 8 Jun 2024 20:51:44 -0300 Subject: [PATCH] Fixed GetDetailedItemLevelInfo is a nil value for v11 --- frames/window_mythicplus/window_end_of_run.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frames/window_mythicplus/window_end_of_run.lua b/frames/window_mythicplus/window_end_of_run.lua index 82c01fc8..9a4e33dfe 100644 --- a/frames/window_mythicplus/window_end_of_run.lua +++ b/frames/window_mythicplus/window_end_of_run.lua @@ -18,6 +18,8 @@ local C_Timer = C_Timer local GameTooltip = GameTooltip local SOUNDKIT = SOUNDKIT +local GetDetailedItemLevelInfo = GetDetailedItemLevelInfo or C_Item.GetDetailedItemLevelInfo --C_Item.GetDetailedItemLevelInfo does not return a table + local Loc = _G.LibStub("AceLocale-3.0"):GetLocale("Details") local mythicDungeonCharts = Details222.MythicPlus.Charts.Listener