From 93abdccb344c70bbec6ebfb8d8f01b8cccf3bd06 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 22 Jun 2024 14:53:52 -0700 Subject: [PATCH] fix: buff stacks using wrong property --- Components/IconTypes/IconType_buff/buff.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/IconTypes/IconType_buff/buff.lua b/Components/IconTypes/IconType_buff/buff.lua index e4d30b57..acf52610 100644 --- a/Components/IconTypes/IconType_buff/buff.lua +++ b/Components/IconTypes/IconType_buff/buff.lua @@ -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