This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Range alpha is not shown correctly while in Guardian spec.
Settings set to 10y, 28y and 99y work correctly. Alpha on Heal Range and 38y do not work correctly.
While having Restoration Affinity talented, only 38y is not being shown correctly in the frame alpha.
Thanks.
The problem with the "Heal Range" is that Grid uses the range of Rejuvenation for druids, but you only get Rejuvenation if you are in Restoration spec or have Restoration Affinity. You can fix this manually by changing Rejuvenation for Regrowth in:
Grid2/modules/StatusRange.lua: line 28:
local rangeSpell = ({PALADIN=19750,SHAMAN=77472,DRUID=774,PRIEST=73325,MONK=115450})[playerClass]
to
local rangeSpell = ({PALADIN=19750,SHAMAN=77472,DRUID=8936,PRIEST=73325,MONK=115450})[playerClass]
Worked - thanks!
To post a comment, please login or register a new account.