- 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:
@@ -8,7 +8,7 @@
|
||||
|
||||
_ = nil
|
||||
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
|
||||
_detalhes.userversion = "v1.5.2"
|
||||
_detalhes.userversion = "v1.5.3"
|
||||
_detalhes.version = "Alpha 009"
|
||||
_detalhes.realversion = 9
|
||||
|
||||
@@ -54,6 +54,9 @@ do
|
||||
--> cache de grupo
|
||||
_detalhes.cache_damage_group = {}
|
||||
_detalhes.cache_healing_group = {}
|
||||
--> ignored pets
|
||||
_detalhes.pets_ignored = {}
|
||||
_detalhes.pets_no_owner = {}
|
||||
|
||||
--> Plugins
|
||||
--> raid -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user