Skip to content

Commit

Permalink
Tweak Resto default key for Incarnation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Oct 9, 2023
1 parent 3740555 commit e69f9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dragonflight/DruidRestoration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ spec:RegisterAbilities( {
},

-- Shapeshift into the Tree of Life, increasing healing done by 15%, increasing armor by 120%, and granting protection from Polymorph effects. Functionality of Rejuvenation, Wild Growth, Regrowth, and Entangling Roots is enhanced. Lasts 30 sec. You may shapeshift in and out of this form for its duration.
incarnation_tree_of_life = {
incarnation = {
id = 33891,
cast = 0,
cooldown = 180,
Expand All @@ -446,7 +446,7 @@ spec:RegisterAbilities( {
applyBuff( "incarnation_tree_of_life" )
end,

copy = "incarnation"
copy = "incarnation_tree_of_life"
},

-- Infuse a friendly healer with energy, allowing them to cast spells without spending mana for 10 sec.
Expand Down

0 comments on commit e69f9d0

Please sign in to comment.