Skip to content

Commit

Permalink
show "one hour buffs" if they aren't 100% uptime. (removed debug print)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 22, 2024
1 parent 237d54b commit 7360e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/class_utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,6 @@ function Details:CatchRaidBuffUptime(sOperationType) -- ~scan
if (playerGUID) then
if (auraInfo.duration == 3600) then --1hr buffs, record auras which has 1 hr of duration, hence they can be checked for 100% at the end of the combat
Details222.OneHourAuras[spellId] = true
print("1 hour buff:", spellId)
end

if (sOperationType == "BUFF_UPTIME_IN") then
Expand Down

0 comments on commit 7360e6b

Please sign in to comment.