File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ElvUI_Libraries/Core/oUF_Plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ local CreateFrame = CreateFrame
4545local GetTime = GetTime
4646
4747local UnitGUID = UnitGUID
48- local GetSpellInfo = C_Spell .GetSpellInfo or GetSpellInfo
48+ local GetSpellInfo = ( C_Spell and C_Spell .GetSpellInfo ) or GetSpellInfo
4949local UnitCastingInfo = UnitCastingInfo
5050local UnitRangedDamage = UnitRangedDamage
5151local UnitAttackSpeed = UnitAttackSpeed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ local GetDifficultyInfo = GetDifficultyInfo
1515local GetInstanceInfo = GetInstanceInfo
1616local GetRealZoneText = GetRealZoneText
1717local GetSpellInfo = C_Spell and C_Spell .GetSpellInfo or GetSpellInfo
18- local GetSpellTexture = C_Spell and C_Spell .GetSpellTexture or GetSpellInfo
18+ local GetSpellTexture = C_Spell and C_Spell .GetSpellTexture or GetSpellTexture
1919local tIndexOf = tIndexOf
2020
2121local C_Map_GetMapInfo = C_Map .GetMapInfo
You can’t perform that action at this time.
0 commit comments