- attempt to fix the argus encounter double segments.
This commit is contained in:
@@ -804,6 +804,14 @@ end
|
||||
end
|
||||
end
|
||||
|
||||
--> don't leave the combat if is in the argus encounter ~REMOVE on 8.0
|
||||
if (_detalhes.encounter_table and _detalhes.encounter_table.id == 2092) then
|
||||
if (_detalhes.debug) then
|
||||
_detalhes:Msg ("(debug) in argus encounter, cannot leave the combat.")
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
--mythic dungeon test
|
||||
if (_detalhes.MythicPlus.Started and _detalhes.mythic_plus.always_in_combat) then
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user