v2022.0-9-g6f24c59

Details

  • Filename
    BankStack-v2022.0-9-g6f24c59.zip
  • Uploaded by
  • Uploaded
    Sep 20, 2022
  • Size
    152.91 KB
  • Downloads
    1,511
  • MD5
    c447b78990ca21b3cd8d4aa89c4a3da5

Supported WoW Retail Versions

  • 9.2.7

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.0

Supported WoW Classic Versions

  • 1.14.2

Supported WoW Burning Crusade Classic Versions

  • 2.5.4

Changelog

BankStack

v2022.0-9-g6f24c59 (2022-09-20)

Full Changelog Previous Releases

  • Update packager
  • 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