- API: added class tables: _detalhes.classstring_to_classid and _detalhes.classid_to_classstring.

- Fixed an issue with buff uptime where sometimes the uptime wasn't shown.
- Major redesign on the Details! Forge utility.
This commit is contained in:
Tercio
2017-06-22 19:37:38 -03:00
parent 53602b30ed
commit b0d4f8020c
5 changed files with 692 additions and 168 deletions
+6
View File
@@ -1184,6 +1184,12 @@ local default_global_data = {
show_life_percent = false,
show_segments = false,
},
boss_mods_timers = {
encounter_timers_dbm = {},
encounter_timers_bw = {},
},
spell_pool = {},
encounter_spell_pool = {},
}
_detalhes.default_global_data = default_global_data