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

  • R
  • Mar 8, 2026
  • 227.18 KB
  • 2.1K
  • 12.0.1+3
  • Retail

File Name

CaerdonWardrobe-v4.10.5.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7
  • 11.2.5

Caerdon Wardrobe

v4.10.5 (2026-03-08)

Full Changelog Previous Releases

  • Fix dead tooltip Restricted* line type handlers by migrating to UsageRequirement
    Blizzard consolidated all RestrictedSkill, RestrictedSpellKnown, RestrictedRaceClass,
    RestrictedFaction, RestrictedLevel, etc. into a single UsageRequirement line type (43)
    with a requirementType field. The old enum values no longer exist, so those branches
    were dead code — the skill check for recipe detection and the "Already known" detection
    via tooltip never fired. Use line.requirementType to distinguish Skill vs NotAlreadyKnown.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • Fix Technique and Formula recipes not showing learnable icons
    Add missing "Technique:" (Inscription) and "Formula:" (Enchanting)
    prefix stripping in GetRecipe name-based lookup.
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com