Disabled the open world parser for now

This commit is contained in:
Tercio Jose
2024-09-13 18:04:54 -03:00
committed by andrew6180
parent 6480fbb303
commit 60178963eb
+1
View File
@@ -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_ENABLED")
Details222.Parser.EventFrame:RegisterEvent("PLAYER_REGEN_DISABLED") Details222.Parser.EventFrame:RegisterEvent("PLAYER_REGEN_DISABLED")
Details222.Parser.EventFrame:SetScript("OnEvent", function(self, event, ...) Details222.Parser.EventFrame:SetScript("OnEvent", function(self, event, ...)
do return end
local instanceName, isntanceType = GetInstanceInfo() local instanceName, isntanceType = GetInstanceInfo()
if (isntanceType == "pvp" or isntanceType == "arena") then if (isntanceType == "pvp" or isntanceType == "arena") then