Skip to content

Commit

Permalink
Protection Paladin divine_armaments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Aug 30, 2024
1 parent 9c76d62 commit 64d937c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TheWarWithin/PaladinProtection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,9 @@ spec:RegisterStateExpr( "hpg_to_2dawn", function()
return max( -1, 6 - hpg_used - ( buff.blessing_of_dawn.stack * 3 ) )
end )

rawset( state, "holy_bulwark", "holy_bulwark" )
rawset( state, "sacred_weapon", "sacred_weapon" )

spec:RegisterHook( "reset_precast", function ()
last_consecration = nil
last_blessed_hammer = nil
Expand Down

0 comments on commit 64d937c

Please sign in to comment.