Skip to content

Commit

Permalink
Fixed some whoopsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Apr 22, 2024
1 parent 1465858 commit e92b887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI_Libraries/Core/oUF_Plugins/oUF_Swing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local CreateFrame = CreateFrame
local GetTime = GetTime

local UnitGUID = UnitGUID
local GetSpellInfo = C_Spell.GetSpellInfo or GetSpellInfo
local GetSpellInfo = (C_Spell and C_Spell.GetSpellInfo) or GetSpellInfo
local UnitCastingInfo = UnitCastingInfo
local UnitRangedDamage = UnitRangedDamage
local UnitAttackSpeed = UnitAttackSpeed
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Options/Core/StyleFilters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local GetDifficultyInfo = GetDifficultyInfo
local GetInstanceInfo = GetInstanceInfo
local GetRealZoneText = GetRealZoneText
local GetSpellInfo = C_Spell and C_Spell.GetSpellInfo or GetSpellInfo
local GetSpellTexture = C_Spell and C_Spell.GetSpellTexture or GetSpellInfo
local GetSpellTexture = C_Spell and C_Spell.GetSpellTexture or GetSpellTexture
local tIndexOf = tIndexOf

local C_Map_GetMapInfo = C_Map.GetMapInfo
Expand Down

0 comments on commit e92b887

Please sign in to comment.