DB/ItemModifiedAppearance

From wowdev
Revision as of 16:10, 26 November 2018 by Смердокрыл (talk | contribs) (Deleted the AppearanceID thing, I think it's wrong)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

≥ WoD

8.0.1.25902

struct ItemModifiedAppearanceRec {
  uint32_t ItemId;
  uint32_t Id;
  uint8_t AppearanceModID;
  uint16_t AppearanceId;
  uint8_t VariationIndex;
  uint8_t SourceType; // added in 21108, values 0...9
};