- Attempt to fix a load file error.

This commit is contained in:
Tercio
2018-07-18 16:42:30 -03:00
parent ca47ca332c
commit 1917a4d8a5
4 changed files with 5 additions and 9 deletions
@@ -0,0 +1 @@
local DmgRank = nil
@@ -0,0 +1 @@
local DpsTuning = nil
@@ -0,0 +1 @@
local TimeAttack = nil
+2 -9
View File
@@ -1823,15 +1823,8 @@ function _G._detalhes:Start()
C_Timer.After (2, function()
_detalhes:RefreshPlaterIntegration()
end)
--BFA BETA
C_Timer.After (1, function()
if (ScriptErrorsFrame and ScriptErrorsFrame:IsShown()) then
--ScriptErrorsFrame:Hide()
end
end)
C_Timer.After (0.5, function() if (ScriptErrorsFrame) then ScriptErrorsFrame:Hide() end end)
end
_detalhes.AddOnLoadFilesTime = GetTime()