Skip to content

Commit

Permalink
fix: add spell ID to warning debuff entry (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
stako authored Jul 5, 2024
1 parent 2baa258 commit 00bf4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ else
break
end
end
tinsert(debuffs, { warning, size, 0, 0, true })
tinsert(debuffs, { warning, size, 0, 0, warningId })
else
warning = nil
end
Expand Down

0 comments on commit 00bf4c6

Please sign in to comment.