Skip to content

Commit

Permalink
Fix Missing Buffs/Debuffs icon type sometimes treating the 'Only cast…
Browse files Browse the repository at this point in the history
… by me' setting as enabled, even when it wasn't.
  • Loading branch information
ascott18 committed Dec 26, 2022
1 parent c7daf64 commit fbad222
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Components/IconTypes/IconType_buffcheck/buffcheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ local function BuffCheck_OnUpdate_Packed(icon, time)

-- Upvalue things that will be referenced a lot in our loops.
local Units, SpellsArray, KindKey
= icon.Units, icon.Spells.Array, icon.KindKey
= icon.Units, icon.Spells.Array, icon.KindKey
local NotOnlyMine = not icon.OnlyMine

local AbsentAlpha = icon.States[STATE_ABSENT].Alpha
local PresentAlpha = icon.States[STATE_PRESENT].Alpha
Expand Down
2 changes: 1 addition & 1 deletion TellMeWhen-Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## X-WoWI-ID: 10855
## X-Wago-ID: ZQ6aZqKW

## Version: 10.0.5
## Version: 10.0.6
## Author: Cybeloras of Aerie Peak

## Notes: Provides visual, auditory, and textual notifications about cooldowns, buffs, and pretty much every other element of combat.
Expand Down
2 changes: 1 addition & 1 deletion TellMeWhen.toc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## X-WoWI-ID: 10855
## X-Wago-ID: ZQ6aZqKW

## Version: 10.0.5
## Version: 10.0.6
## Author: Cybeloras of Aerie Peak

## Notes: Provides visual, auditory, and textual notifications about cooldowns, buffs, and pretty much every other element of combat.
Expand Down

0 comments on commit fbad222

Please sign in to comment.