diff --git a/core/parser.lua b/core/parser.lua index cc159a7b..d62e36d0 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -5902,7 +5902,6 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 tinsert(_detalhes_global.exit_log, "9 - Saving Auto Run Code.") local saveAutoRunCode = function() Details222.AutoRunCode.OnLogout() - _detalhes_global.run_code = Details.run_code end xpcall(saveAutoRunCode, logSaverError) end) --end of saving data diff --git a/functions/autorun.lua b/functions/autorun.lua index b16d245e..45c4db6b 100644 --- a/functions/autorun.lua +++ b/functions/autorun.lua @@ -92,5 +92,5 @@ function Details222.AutoRunCode.StartAutoRun() end function Details222.AutoRunCode.OnLogout() - Details.run_code = Details222.AutoRunCode.CodeTable + _detalhes_global.run_code = Details222.AutoRunCode.CodeTable end \ No newline at end of file