Bug fixes

This commit is contained in:
Tercio Jose
2022-03-21 18:11:08 -03:00
parent 33c41156e0
commit c25974ffc3
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function DF:LoadAllSpells (hashMap, indexTable, allSpellsSameName)
DF.LoadingAuraAlertFrame:Show()
C_Timer.After (0.1, function()
C_Timer.After (0, function()
if (hashMap and not indexTable) then
for i = 1, CONST_MAX_SPELLS do
local spellName = GetSpellInfo (i)