Skip to content

Commit

Permalink
Merge pull request #784 from Flamanis/Fix-GetSpellInfo-on-TWW-with-Fa…
Browse files Browse the repository at this point in the history
…llbacks

Fix GetSpellInfo on TWW
  • Loading branch information
Tercioo authored Jul 24, 2024
2 parents 3abce2d + d9d6a84 commit 8e9a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
--aura scanner
Details222.AuraScan = {}

local GetSpellInfo = GetSpellInfo or C_Spell.GetSpellInfo
local GetSpellInfo = C_Spell and C_Spell.GetSpellInfo or GetSpellInfo
Details222.GetSpellInfo = GetSpellInfo

local UnitBuff = UnitBuff or C_UnitAuras.GetBuffDataByIndex
Expand Down

0 comments on commit 8e9a7fb

Please sign in to comment.