Skip to content

Commit

Permalink
Spriest mind flay texture?
Browse files Browse the repository at this point in the history
Seems to help by manually removing buff if override not known.

fixes Hekili#4220
  • Loading branch information
syrifgit committed Nov 26, 2024
1 parent 4a83a88 commit c9fe486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TheWarWithin/PriestShadow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ spec:RegisterHook( "reset_precast", function ()
state:QueueAuraExpiration( "voidform", ExpireVoidform, buff.voidform.expires )
end

if not IsSpellKnownOrOverridesKnown( 391403 ) then
removeBuff( "mind_flay_insanity" )
end

if IsActiveSpell( 356532 ) then
applyBuff( "direct_mask", class.abilities.fae_guardians.lastCast + 20 - now )
end
Expand Down

0 comments on commit c9fe486

Please sign in to comment.