Skip to content

1.0.16

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 22:50
· 5 commits to main since this release

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: #29

  • Workaround for unlearned spellbook spells in TWW (#30)

    • Switching to C\_Spell.IsSpellInRange for TWW

    This replaces C\_SpellBook.IsSpellBookItemInRange with C\_Spell.IsSpellInRange in the TWW fallback, to ensure even unlearned spells can be used for range check. IsSpellBookItemInRange does not check unlearned spells.

    To make this work, the spell index used and returned from findSpellIdx is now the spellID in retail, but still the spellbook index for classic/era.