From 60178963ebaa8f7b8fb30c8522a057a4fcfb2123 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 13 Sep 2024 18:04:54 -0300 Subject: [PATCH] Disabled the open world parser for now --- core/gears.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/gears.lua b/core/gears.lua index 71ae2324..25478fce 100644 --- a/core/gears.lua +++ b/core/gears.lua @@ -786,6 +786,7 @@ Details222.Parser.EventFrame:RegisterEvent("ZONE_CHANGED_NEW_AREA") Details222.Parser.EventFrame:RegisterEvent("PLAYER_REGEN_ENABLED") Details222.Parser.EventFrame:RegisterEvent("PLAYER_REGEN_DISABLED") Details222.Parser.EventFrame:SetScript("OnEvent", function(self, event, ...) + do return end local instanceName, isntanceType = GetInstanceInfo() if (isntanceType == "pvp" or isntanceType == "arena") then