WeakAuras / LibRangeCheck-3.0

A library to determine estimated range in World of Warcraft
https://www.curseforge.com/wow/addons/librangecheck-3-0
MIT License
6 stars 12 forks source link

Using Lightning Bolt to check range for Enh Shaman causes incorrect return value when Tempest procs #35

Closed WoW-Dai closed 1 week ago

WoW-Dai commented 2 weeks ago

For Enhancement Shamans, when Tempest procs, LibRangeCheck rangeChecker returns an incorrect value for a short period of time for 40 yards (returns nil instead of true).

This was noticed due to plater incorrectly fading out nameplates that were in melee when tempest procs,

Maybe change the spell to check ranges to to something like Chain Lighting to workaround this issue? For Enhance I used flameshock instead of lightning bolt and it seems to work but I think Ele might get increased range on flame shock.

InfusOnWoW commented 1 week ago

I think that should have been fixed by https://github.com/WeakAuras/LibRangeCheck-3.0/commit/50a1a83fe1e434d50da9a7415ec8ba776b11e2b1

Can you check what exact version you are using?

InfusOnWoW commented 1 week ago

I'm waiting for more information from you.