When a new segment starts, check for buffs to credit to the target as well (power infusion, prescience, and others)

This commit is contained in:
Tercio Jose
2023-12-04 20:42:21 -03:00
parent f82a2d8faa
commit 1c6bf8d2f1
2 changed files with 57 additions and 43 deletions
+4 -1
View File
@@ -413,7 +413,10 @@
Details:UpdateParserGears(bFromCombatStart)
--get all buff already applied before the combat start
Details:CatchRaidBuffUptime("BUFF_UPTIME_IN")
C_Timer.After(0.05, function()
--wait the initial aura wipe done by the client on certain situations
Details:CatchRaidBuffUptime("BUFF_UPTIME_IN")
end)
Details:CatchRaidDebuffUptime("DEBUFF_UPTIME_IN")
Details:UptadeRaidMembersCache()