Skip to content

Commit

Permalink
GetSpellInfo bugfix for real
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 17, 2024
1 parent 6b1c039 commit 859c894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ if C_Spell.GetSpellInfo then
return info.name, info.iconID
end
end
helpers.GetSpellInfo = helpers.GetSpellName
helpers.GetSpellTexture = C_Spell.GetSpellTexture
else
helpers.GetSpellName = _G.GetSpellInfo
helpers.GetSpellInfo = _G.GetSpellInfo
helpers.GetSpellTexture = _G.GetSpellTexture
end
local GetSpellName = helpers.GetSpellName
Expand Down

0 comments on commit 859c894

Please sign in to comment.