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
45
45
local GetTime = GetTime
46
46
47
47
local UnitGUID = UnitGUID
48
- local GetSpellInfo = C_Spell .GetSpellInfo or GetSpellInfo
48
+ local GetSpellInfo = ( C_Spell and C_Spell .GetSpellInfo ) or GetSpellInfo
49
49
local UnitCastingInfo = UnitCastingInfo
50
50
local UnitRangedDamage = UnitRangedDamage
51
51
local UnitAttackSpeed = UnitAttackSpeed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ local GetDifficultyInfo = GetDifficultyInfo
15
15
local GetInstanceInfo = GetInstanceInfo
16
16
local GetRealZoneText = GetRealZoneText
17
17
local 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
19
19
local tIndexOf = tIndexOf
20
20
21
21
local C_Map_GetMapInfo = C_Map .GetMapInfo
You can’t perform that action at this time.
0 commit comments