Backend improvements and bug fixes
- Fixed an error when hovering over some spells in the Auras panel on the Player Breakdown window. - Fixed the character item level, which was not showing for players that left the party group on the Player Breakdown window. - Fixed boss images not showing at the segments selection menu. - Other updates related to encounter journal and mythic+, both under development.
This commit is contained in:
+3
-2
@@ -68,6 +68,9 @@ function Details:StartMeUp()
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--initialize
|
||||
|
||||
--make an encounter journal cache
|
||||
C_Timer.After(1, Details222.EJCache.CreateEncounterJournalDump)
|
||||
|
||||
--plugin container
|
||||
Details:CreatePluginWindowContainer()
|
||||
Details:InitializeForge() --to install into the container plugin
|
||||
@@ -626,8 +629,6 @@ function Details:StartMeUp()
|
||||
|
||||
Details.InitializeSpellBreakdownTab()
|
||||
|
||||
pcall(Details222.EJCache.MakeCache)
|
||||
|
||||
pcall(Details222.ClassCache.MakeCache)
|
||||
|
||||
Details:BuildSpecsNameCache()
|
||||
|
||||
Reference in New Issue
Block a user