Disabled the open world parser for now
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user