v2022.0-5-g0d99e02

Details

  • Filename
    BankStack-v2022.0-5-g0d99e02.zip
  • Uploaded by
  • Uploaded
    Aug 6, 2022
  • Size
    150.39 KB
  • Downloads
    123
  • MD5
    2a4a35b76c14b26f5bbe5330dbbdd293

Supported WoW Retail Versions

  • 9.2.0

Changelog

BankStack

v2022.0-5-g0d99e02 (2022-08-06)

Full Changelog Previous Releases

  • Fix a luacheck complaint about equality testing
    This hasn't changed in ages, but luacheck added it in a recent version
  • Fix error when sorting guild banks
    ItemLocation for IsBound was invalid because guild bank doesn't have
    real bagids.
    Also, optimize this because soulbound and conjured items can't be put
    in a guild bank and we can skip the checks entirely.
    Fixes #2
  • Revert "Remove unnecessary packager option"
    It's actually useful for changelog generation.
  • Use the new(ish) C_Item API to detect soulbound items
  • Remove unnecessary packager option