Skip to content

Commit

Permalink
fix: buff stacks using wrong property
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Jun 22, 2024
1 parent fe7a698 commit 93abdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/IconTypes/IconType_buff/buff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ function Type:HandleYieldedInfo(icon, iconToSet, unit, instance)
-- It is a bit bad that the code works this way, but it is nicer than manually nilling out all of the yielded info
-- after determining that no matching auras were found.
if unit then
local count = instance.count
local count = instance.applications

if icon.ShowTTText then
if icon.ShowTTText == true then
Expand Down

0 comments on commit 93abdcc

Please sign in to comment.