End of mythic+ panel updates, training dummy icon, etc.
- Added a round of polishing into the end of mythic+ panel. - Added: Details:RegisterFrameToColor(frame) the registered frame will use the same color scheme of all the other frames from Details!. - Segments menu will show a different icon for training dummies. - Fixed functions that retrieve information about a dungeon. - Fixed an issue while trying to report using the "Report Results" from the report results tooltip.
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
|
||||
---lower instance: each instance has an ID, starts from 1 and goes on, the lower instance is the opened instance with the lower ID.
|
||||
--lower instance: each instance has an ID, starts from 1 and goes on, the lower instance is the opened instance with the lower ID.
|
||||
--training dummy: a npc within major cities in world of warcraft where players can cast spells and attack to test their damage and healing output
|
||||
|
||||
---@alias plugintype
|
||||
---| "SOLO"
|
||||
@@ -218,7 +219,7 @@
|
||||
---@field bossTimers table[] stored timers for bigwigs and dbm
|
||||
---@field last_events_tables table[] where the death log of each player is stored
|
||||
---@field boss_hp number percentage of the health points of the boss
|
||||
---@field
|
||||
---@field training_dummy boolean if true, the combat is against a training dummy
|
||||
---@field
|
||||
---@field
|
||||
---@field __call table
|
||||
|
||||
Reference in New Issue
Block a user