framework update

This commit is contained in:
Tercio Jose
2022-03-11 10:29:16 -03:00
parent ecf1b3b153
commit 6795fd2d6f
2 changed files with 28 additions and 20 deletions
+1 -2
View File
@@ -5677,12 +5677,11 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
_detalhes_global.exit_log = {}
_detalhes.saver_error_func = saver_error
_detalhes.logoff_saving_data = true
--> close info window
if (_detalhes.FechaJanelaInfo) then
tinsert (_detalhes_global.exit_log, "1 - Closing Janela Info.")
tinsert (_detalhes_global.exit_log, "1 - Closing Breakdown Window.")
currentStep = "Fecha Janela Info"
xpcall (_detalhes.FechaJanelaInfo, saver_error)
end