- added ignore list for pets which owner can't be found.
- added class color and icon for frags. - added an options to capture only frags on enemy players. - fixed an issue with report during combat lockdown. - fixed some bugs with pet owner recognition. - parser code clean up. - added API: _detalhes:hex (number) return a hex stringr. - segment available freeze text are more brighter now.
This commit is contained in:
@@ -247,7 +247,7 @@ function atributo_heal:RefreshWindow (instancia, tabela_do_combate, forcar, expo
|
||||
|
||||
elseif (instancia.modo == modo_GROUP) then --> mostrando GROUP
|
||||
|
||||
if (_detalhes.in_combat and instancia.segmento == 0) then
|
||||
if (_detalhes.in_combat and instancia.segmento == 0 and not exportar) then
|
||||
using_cache = true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user