changes
This commit is contained in:
@@ -2168,7 +2168,7 @@ function EncounterDetails:OnEvent (_, event, ...)
|
||||
|
||||
if (_G._detalhes and _G._detalhes:InstallOkey()) then
|
||||
|
||||
if (DetailsFramework.IsClassicWow()) then
|
||||
if (DetailsFramework.IsTimewalkWoW()) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
@@ -948,7 +948,7 @@ end
|
||||
|
||||
if (_G._detalhes) then
|
||||
|
||||
if (DetailsFramework.IsClassicWow()) then
|
||||
if (DetailsFramework.IsTimewalkWoW()) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
@@ -939,7 +939,7 @@ function Vanguard:OnEvent (_, event, arg1, token, time, who_serial, who_name, wh
|
||||
|
||||
if (_G._detalhes) then
|
||||
|
||||
if (DetailsFramework.IsClassicWow()) then
|
||||
if (DetailsFramework.IsTimewalkWoW()) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user