File Details
1.0.16
- R
- Aug 25, 2024
- 22.35 KB
- 51
- 11.0.2+3
- Classic + 1
File Name
LibRangeCheck-3.0-1.0.16.zip
Supported Versions
- 11.0.2
- 11.0.0
- 4.4.0
- 1.14.3
Lib: RangeCheck-3.0
1.0.16 (2024-07-16)
Full Changelog Previous Releases
Shadowflame can have a unique range in Season of Discovery
Fix LUA error on using a Portal
I can't reproduce the actual issue, but the fix is trivial.
Fixes: #29Workaround for unlearned spellbook spells in TWW (#30)
- Switching to
C\_Spell.IsSpellInRangefor TWW
This replaces
C\_SpellBook.IsSpellBookItemInRangewithC\_Spell.IsSpellInRangein the TWW fallback, to ensure even unlearned spells can be used for range check.IsSpellBookItemInRangedoes not check unlearned spells.To make this work, the spell index used and returned from
findSpellIdxis now thespellIDin retail, but still the spellbook index for classic/era.- Switching to