Housing Decor Guide

All 1,690 housing decorations in one addon. Browse every acquirable item, plan vendor shopping routes with built-in waypoints, queue crafting recipes with material tracking, and monitor profit margins — all with account-wide alt awareness.

File Details

Housing Decor Guide v2.39.1

  • R
  • May 2, 2026
  • 1.83 MB
  • 14.2K
  • 12.0.5+2
  • Retail

File Name

HousingDecorGuide-2.39.1.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

* Fix: opening the House Editor's Catalog (Market) tab spammed
  ADDON_ACTION_FORBIDDEN errors blaming HousingDecorGuide for calling
  C_CatalogShop.GetProductInfo. HDG never calls that API directly; the
  taint came from our wrapper around TabSystem:SetTabSelectedCallback,
  which inserted an HDG stack frame between Blizzard's tab-click path
  and the Market tab init. Removed the wrapper.

* Fix: removing the wrapper exposed a deeper interaction — the Catalog
  tab still crashed inside Blizzard's product card layout
  ("attempt to index field 'productInfo' (a nil value)"). The root
  interaction needs more diagnostic work; in the meantime the
  HE-storage-panel "HDG Styles" tab injection has been disabled
  entirely. HDG remains fully functional via its own window; you just
  lose the inline shortcut tab inside the House Editor's storage
  panel. This will be re-enabled once we've identified what's making
  Blizzard's market product fetch return nil productInfo while HDG is
  loaded.