ShestakUI (Classic)

ShestakUI (Classic)

33.7k Downloads

[BUG] range opacity for raidframes not working for units out of spellrange (> 40 yards / out of heal range)

andawi opened this issue ยท 1 comments

commented

What steps will reproduce the problem?

  1. enable range check in settings.lua (["show_range"] = true)
  2. get out of heal range of friendly unit (e.g. > 40 yards)
  3. unit will not change opacity until distance > 60 yards

What version of ShestakUI are you using? (Stating 'latest' is not useful)

1.2.1

Do you have an error log of what happened?

n/a

Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)

commented

This seems to have been a problem with how I implemented LibRangeCheck for range checking in that in addition to checking for friendly spells being in range, it also checked for items being in range (some of which are those which are beyond the 40 yard range). I'll provide a fix for this and it should be in for the next release. This should be addressed with f805969 and a103a92.