mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- only do spell id exact-match checking if "exact match" is set. otherwise, it will compare spell names
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user