bug fixes

This commit is contained in:
Tercio Jose
2022-10-15 13:11:18 -03:00
parent 3f3d4db5f0
commit 035c8d6a7f
16 changed files with 432 additions and 402 deletions
+9
View File
@@ -36,6 +36,15 @@ function Details:StartMeUp() --I'll never stop!
self.click_to_report_color = {1, 0.8, 0, 1}
--death tooltip function, exposed for 3rd party customization
--called when the mouse hover over a player line when displaying deaths
--the function called receives 4 parameters: instanceObject, lineFrame, combatObject, deathTable
--@instance: the details! object of the window showing the deaths
--@lineFrame: the frame to setpoint your frame
--@combatObject: the combat it self
--@deathTable: a table containing all the information about the player's death
Details.ShowDeathTooltipFunction = Details.ShowDeathTooltip
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--initialize
C_Timer.After(2, function()