This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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.