HeroRotation

HeroRotation

5M Downloads

FrostDK - wrong "OutOfRange" condition for Glacial Advance

c-ray-c opened this issue ยท 1 comments

commented

Lines: 302, 314, 608, 649, 673, 716, 792 have wrong value passed as "OutOfRange" resulting in icon showing up as if the spell is out of range, when it's not.
image

commented

This has been updated in commit 165d7ab

The ComputeTargetRange function, which resulted in the TargetIsInRange table, has been removed. The profile now uses Target:IsInRange, Target:IsSpellInRange, and Target:IsInMeleeRange instead.