From 05ac1bcfe2df9f91ce445e120c5016a2f7cc7c64 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 17 May 2021 15:54:53 -0300 Subject: [PATCH] Fixed a lua error on battlegrounds --- core/parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index 67238df3..30545673 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -4490,7 +4490,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 _detalhes:LeftArena() end if (_detalhes.is_in_battleground and zoneType ~= "pvp") then - _detalhes.pvp_parser_frame:StopBgUpdater() + --_detalhes.pvp_parser_frame:StopBgUpdater() _detalhes.is_in_battleground = nil _detalhes.time_type = _detalhes.time_type_original end @@ -4519,7 +4519,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 _detalhes.time_type_original = 1 _detalhes.time_type = 2 end - _detalhes.pvp_parser_frame:StartBgUpdater() + --_detalhes.pvp_parser_frame:StartBgUpdater() --battleground parser has been disbled else if (_detalhes.force_activity_time_pvp) then _detalhes.time_type_original = _detalhes.time_type