Maintenance Update and Mythic Dungeon Plus development progress

- Dungeon followers now correctly show into the damage done section.
- Fixed an error while statusbar plugin options.
- Framework update.
- Mythic Dungeon Plus code has been separated into six files (was just 2), this will help with the organization
and maintenance of the code.
This commit is contained in:
Tercio Jose
2024-01-31 13:34:00 -03:00
parent d4da0b2f46
commit ee0b350aba
32 changed files with 4476 additions and 2637 deletions
+5 -1
View File
@@ -97,7 +97,11 @@
Details222.OptionsPanel = {}
Details222.Instances = {}
Details222.Combat = {}
Details222.MythicPlus = {}
Details222.MythicPlus = {
Charts = {},
Frames = {},
}
Details222.MythicPlusBreakdown = {}
Details222.EJCache = {}
Details222.Segments = {}