Skip to content

Commit

Permalink
sanlayn extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
syrifgit committed Nov 24, 2024
1 parent 806b1ad commit e97c505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TheWarWithin/DeathKnightUnholy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,7 @@ spec:RegisterAbilities( {
if talent.death_rot.enabled then applyDebuff( "target", "death_rot", nil, 2 ) end
elseif talent.death_rot.enabled then applyDebuff( "target", "death_rot", nil, 1 ) end
if buff.dark_transformation.up then buff.dark_transformation.expires = buff.dark_transformation.expires + 1 end
if buff.gift_of_the_sanlayn.up then buff.gift_of_the_sanlayn.expires = buff.gift_of_the_sanlayn.expires + 1 end

-- Legacy
if legendary.deadliest_coil.enabled and buff.dark_transformation.up then buff.dark_transformation.expires = buff.dark_transformation.expires + 2 end
Expand Down Expand Up @@ -1930,7 +1931,7 @@ spec:RegisterAbilities( {
if talent.death_rot.enabled then applyDebuff( "target", "death_rot", nil, 2 ) end
elseif talent.death_rot.enabled then applyDebuff( "target", "death_rot", nil, 1 ) end
if buff.dark_transformation.up then buff.dark_transformation.expires = buff.dark_transformation.expires + 1 end

if buff.gift_of_the_sanlayn.up then buff.gift_of_the_sanlayn.expires = buff.gift_of_the_sanlayn.expires + 1 end
if set_bonus.tier30_2pc > 0 then addStack( "master_of_death" ) end
end,
},
Expand Down

0 comments on commit e97c505

Please sign in to comment.