Skip to content

Commit

Permalink
Fixed GetDetailedItemLevelInfo is a nil value for v11
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jun 8, 2024
1 parent 2ac06d0 commit 4a74100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frames/window_mythicplus/window_end_of_run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a74100

Please sign in to comment.