v2022.0-8-gd507f65-bcc

Details

  • Filename
    BankStack-v2022.0-8-gd507f65-bcc.zip
  • Uploaded by
  • Uploaded
    Sep 4, 2022
  • Size
    150.71 KB
  • Downloads
    67
  • MD5
    6240e2d4f0f7c156e8351f47b14b815b

Supported WoW Burning Crusade Classic Versions

  • 2.5.4

Changelog

BankStack

v2022.0-8-gd507f65 (2022-09-04)

Full Changelog Previous Releases

  • Bump TOCs
  • Don't use IsValid helper because it's not present in classic
  • Check whether there's an item in a slot before checking for soulbound
    Refs #2
  • 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