promotional bannermobile promotional banner

Caerdon Wardrobe

Shows BOE / BOA, openables and unlearned pets and transmog wardrobe indicator on bank / bag / auction / merchant / guild bank / loot frame / loot roll / e...

File Details

v4.12.0

  • R
  • Apr 21, 2026
  • 230.11 KB
  • 1.7K
  • 12.0.5+4
  • Retail

File Name

CaerdonWardrobe-v4.12.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0
  • 11.2.7
  • 11.2.5

Caerdon Wardrobe

v4.12.0 (2026-04-21)

Full Changelog Previous Releases

  • Avoid combat taint and sync ITEM_DATA_LOAD_RESULT taint; add 12.0.5 support
    Pause OnUpdate processing and defer RefreshItems while InCombatLockdown so
    Blizzard's secure frame operations aren't tainted during combat, then
    resume on PLAYER_REGEN_ENABLED. Skip the event listener path in
    ContinueWithCancelOnItemLoad when the item is already cached, since
    RequestLoadItemDataByID can fire ITEM_DATA_LOAD_RESULT synchronously and
    taint Blizzard handlers. Bump to v4.12.0 and add 12.0.5 interface.
    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
  • Fix misclassified recipe schematics and add missing collectible refresh events
    Recipes with itemClassID=0 (Consumable) instead of 9 (Recipe) — such as
    Engineering schematics — are now detected by name prefix and routed through
    the Recipe pipeline. Also register NEW_MOUNT_ADDED, NEW_TOY_ADDED, and
    NEW_PET_ADDED events so icons update immediately when learning collectibles
    instead of requiring a reload.
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com