- attempt to fix the argus encounter double segments.
This commit is contained in:
+9
-1
@@ -788,8 +788,16 @@
|
||||
end
|
||||
|
||||
_detalhes.pre_pot_used = nil
|
||||
_table_wipe (_detalhes.encounter_table)
|
||||
|
||||
--> do not wipe the encounter table if is in the argus encounter ~REMOVE on 8.0
|
||||
if (_detalhes.encounter_table and _detalhes.encounter_table.id ~= 2092) then
|
||||
_table_wipe (_detalhes.encounter_table)
|
||||
else
|
||||
if (_detalhes.debug) then
|
||||
_detalhes:Msg ("(debug) in argus encounter, cannot wipe the encounter table.")
|
||||
end
|
||||
end
|
||||
|
||||
_detalhes:InstanceCall (_detalhes.CheckPsUpdate)
|
||||
|
||||
if (invalid_combat) then
|
||||
|
||||
Reference in New Issue
Block a user