- 4% parser speed up.
- added options for concatenate trash segments. - added options for auto eliminate trash segments. - added capture for enemy spell cast successful. - added options for bar height. - fixed problem were pets wasn't updating owner activity time. - fixed issue with healing done being computated out of combat. - fixed a bug with twin's encounter on Throne of Thunder. - plugin encounter details now show the amount of interrupted cast / successful cast.
This commit is contained in:
@@ -122,6 +122,8 @@ function _detalhes:SaveDataOnLogout()
|
||||
_detalhes_global.memory_threshold = _detalhes.memory_threshold
|
||||
_detalhes_global.memory_ram = _detalhes.memory_ram
|
||||
_detalhes_global.remove_realm_from_name = _detalhes.remove_realm_from_name
|
||||
_detalhes_global.trash_concatenate = _detalhes.trash_concatenate
|
||||
_detalhes_global.trash_auto_remove = _detalhes.trash_auto_remove
|
||||
|
||||
_detalhes_global.SpellOverwriteUser = _detalhes.SpellOverwriteUser
|
||||
|
||||
@@ -330,7 +332,9 @@ end --]]
|
||||
_detalhes.memory_threshold = _detalhes_global.memory_threshold
|
||||
_detalhes.memory_ram = _detalhes_global.memory_ram
|
||||
_detalhes.remove_realm_from_name = _detalhes_global.remove_realm_from_name
|
||||
|
||||
_detalhes.trash_concatenate = _detalhes_global.trash_concatenate
|
||||
_detalhes.trash_auto_remove = _detalhes_global.trash_auto_remove
|
||||
|
||||
_detalhes.SpellOverwriteUser = _detalhes_global.SpellOverwriteUser or _detalhes.SpellOverwriteUser
|
||||
else
|
||||
_detalhes.is_first_run = true
|
||||
|
||||
Reference in New Issue
Block a user