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.9.1

  • R
  • Feb 15, 2026
  • 221.82 KB
  • 1.5K
  • 12.0.1+3
  • Retail

File Name

CaerdonWardrobe-v4.9.1.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7
  • 11.2.5

Caerdon Wardrobe

v4.9.1 (2026-02-15)

Full Changelog Previous Releases

  • Bump version to v4.9.1
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • Fix world quest POIs showing collected transmog as unlearned
    Root cause: C_TransmogCollection.GetItemInfo(itemLink) returns nil for
    world quest items with bonus IDs, falling through to the DressUp model
    hack which fails silently when item data hasn't loaded yet. This left
    sourceID nil, hitting the "no source ID" fallback that incorrectly set
    otherNeedsItem=true and cached mogStatus="other" permanently.
    Fix: add GetItemInfo(itemID) fallback before the DressUp hack, matching
    the pattern already used by the debug frame. Also add defense-in-depth:
    isNotReady cross-checks to prevent caching stale transmog data, and
    WorldMap:Refresh() to re-evaluate pins on TRANSMOG_COLLECTION_UPDATED.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com