diff --git a/modules/CustomBar.lua b/modules/CustomBar.lua index 6f7b62c..f78fb98 100644 --- a/modules/CustomBar.lua +++ b/modules/CustomBar.lua @@ -597,7 +597,7 @@ function IceCustomBar.prototype:GetAuraDuration(unitName, buffName) duration = self.moduleSettings.maxDuration end - if checkId then + if checkId and self.moduleSettings.exactMatch then validId = spellId == mySpellId end