promotional bannermobile promotional banner

BetterBags - Crafting Legendaries

Adds categories for items needed for making Legendary items

File Details

1.2.0

  • R
  • Feb 24, 2026
  • 13.65 KB
  • 438
  • 12.0.1+1
  • Retail

File Name

BetterBags-CraftingLegendaries-1.2.0.zip

Supported Versions

  • 12.0.1
  • 12.0.0

BetterBags - Crafting Legendaries

1.2.0 (2026-02-16)

Full Changelog Previous Releases

  • Remove duplicate legendary item entry
    Delete the duplicated item ID 137227 (Consort's Cold Core) from the legendary list in main.lua to eliminate redundancy and potential issues when iterating or validating the list.
  • Use ID lists for legendary items and simplify add
    Convert legendary item tables to simple numeric ID arrays (remove per-item tables with itemID/itemName). Update AddTablesToCategories to cache the resolved category name, iterate numeric IDs, and log debug messages accordingly. Change KillOldCategories to use pairs() so non-array category keys are handled. Remove the old AddItemsToTables population logic that inserted item objects. These changes simplify data structures and streamline category population/cleanup.