change implementation of extra attacks to 'details' way

This commit is contained in:
andrew6180
2024-12-09 12:08:52 -07:00
parent 1b6370da04
commit 3dfc122946
3 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -316,7 +316,6 @@
-- ~start
function Details222.StartCombat(...)
Details.extra_attack = {} -- Reset Extra Attacks tracker ( used in parser.lua 470)
if (Details.debug) then
Details:Msg("(debug) |cFFFFFF00started a new combat|r|cFFFF7700", Details.encounter_table and Details.encounter_table.name or "")
--local from = debugstack(2, 1, 0)
@@ -378,6 +377,7 @@
Details:Destroy(Details.cache_damage_group)
Details:Destroy(Details.cache_healing_group)
Details:Destroy(Details.cache_extra_attack)
local bFromCombatStart = true
Details:UpdateParserGears(bFromCombatStart)