More random function cleanups

This commit is contained in:
andrew6180
2024-05-21 02:12:33 -07:00
parent c89fc78cec
commit 0f88bb2639
7 changed files with 5 additions and 27 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ local unpack = unpack
local CreateFrame = CreateFrame
local PixelUtil = PixelUtil
local GetTime = GetTime
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
detailsFramework.GrowDirectionBySide = {
[1] = 1,