RangeFader broken
kreptafire opened this issue ยท 3 comments
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.
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!)