PitBull Unit Frames 4.0

PitBull Unit Frames 4.0

5M Downloads

RangeFader broken

kreptafire opened this issue ยท 3 comments

commented

WoW API change in 11.0.2

https://warcraft.wiki.gg/wiki/API_C_Spell.IsSpellInRange

In RangeFader.lua, change all instances of IsSpellInRange to C_Spell.IsSpellInRange, to fix it.

commented

https://github.com/nebularg/PitBull4/blob/master/Modules/RangeFader/RangeFader.lua#L7

you're going to have to be more specific

edit: ah, I still check that the return is 1, that may have changed to true/false (and I never tagged that change, ha!)

commented

Thanks!

commented

No problem!