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

  • R
  • Feb 16, 2026
  • 227.16 KB
  • 284
  • 12.0.1+3
  • Retail

File Name

CaerdonWardrobe-v4.10.1.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7
  • 11.2.5

Caerdon Wardrobe

v4.10.1 (2026-02-16)

Full Changelog Previous Releases

  • Fix AH recipes showing created item status instead of recipe status
    Recipes on the AH were being evaluated as their crafted equipment piece
    because C_TooltipInfo.GetItemKey().hyperlink is unstable for recipes -
    after item data loads, it flips from the recipe link to the created
    item's link. Now uses CreateFromItemID for recipes to avoid this.
    Also adds ContinueOnItemLoad pattern to all AH UpdateButton calls,
    sets caerdonDebugItemLink on all button paths for correct debug frame
    identification, and falls back to PlayerRecipeData.knownRecipes in
    RecipeMixin when the profession window isn't open.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • Fix known recipes incorrectly showing as learnable
    RecipeMixin.canLearn only checked if the player had the profession, not
    whether the recipe was already learned. Gate it behind not learned and
    add a tooltipData.isKnownSpell safety net in GetBindingStatus so the
    tooltip's "Already known" flag takes precedence over stale name-based
    recipe lookups.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com