General Fixes and Improvements
This commit is contained in:
+5
-5
@@ -27,6 +27,11 @@ function Details:StartMeUp()
|
||||
return Details.AddOnStartTime or GetTime()
|
||||
end
|
||||
|
||||
C_Timer.After(3, function()
|
||||
--load custom spells on login
|
||||
Details:FillUserCustomSpells()
|
||||
end)
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--row single click, this determines what happen when the user click on a bar
|
||||
|
||||
@@ -391,11 +396,6 @@ function Details:StartMeUp()
|
||||
Details:AddDefaultCustomDisplays()
|
||||
end
|
||||
|
||||
C_Timer.After(1, function()
|
||||
--load custom spells on every login
|
||||
Details:FillUserCustomSpells()
|
||||
end)
|
||||
|
||||
local lowerInstanceId = Details:GetLowerInstanceNumber()
|
||||
if (lowerInstanceId) then
|
||||
local instance = Details:GetInstance(lowerInstanceId)
|
||||
|
||||
Reference in New Issue
Block a user