Skip to content

Commit

Permalink
Subtlety: Fix Danse Macabre.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Mar 22, 2023
1 parent f061429 commit adb1e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/RogueSubtlety.lua
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ spec:RegisterCombatLogEvent( function( _, subtype, _, sourceGUID, sourceName, _,
local ability = class.abilities[ spellID ]

if ability then
danse_macabre_tracker[ ability.key ] = true
state.danse_macabre_tracker[ ability.key ] = true
end
end
end
Expand Down

0 comments on commit adb1e17

Please sign in to comment.