Skip to content

Commit

Permalink
Fixed EncounterDetails Summary Frame for World of Warcraft 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 11, 2024
1 parent 0531ed0 commit 939fd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Details_EncounterDetails/frames_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local GetSpellInfo = GetSpellInfo or C_Spell.GetSpellInfo

if (detailsFramework.IsWarWow()) then
GetSpellInfo = function(...)
local result = GetSpellInfo(...)
local result = C_Spell.GetSpellInfo(...)
if result then
return result.name, 1, result.iconID
end
Expand Down

0 comments on commit 939fd90

Please sign in to comment.