More random function cleanups
This commit is contained in:
@@ -102,8 +102,7 @@ local CreateFrame = CreateFrame
|
||||
local PixelUtil = PixelUtil
|
||||
local GetTime = GetTime
|
||||
local Clamp = detailsFramework.Math.Clamp
|
||||
local GetSpellInfo = GetSpellInfo or function(spellID) if not spellID then return nil end local si = C_Spell.GetSpellInfo(spellID) if si then return si.name, nil, si.iconID, si.castTime, si.minRange, si.maxRange, si.spellID, si.originalIconID end end
|
||||
|
||||
local GetSpellInfo = GetSpellInfo
|
||||
local spellIconCache = {}
|
||||
local spellNameCache = {}
|
||||
local emptyTable = {}
|
||||
|
||||
Reference in New Issue
Block a user