Skip to content

Commit

Permalink
Fix GetSpellInfo on TWW
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamanis committed Jul 24, 2024
1 parent 28b7da6 commit d9d6a84
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 d9d6a84

Please sign in to comment.