[Bug] WotLK Druid Nature's Splendor talent not affecting Rejuvenation #91


Open
  • Anonomit created this issue Oct 24, 2022

    The druid talent Nature's Splendor increases the number of ticks on Rejuvenation, Regrowth, and Lifebloom. LibHealComm correctly calculates ticks for Regrowth and Lifebloom, but not Rejuvenation.

     

    I was able to fix the issue by adding the following after line 1007:
    if( talentData[NaturesSplendor].current >= 1 ) then ticks = ticks + 1 end


To post a comment, please login or register a new account.