DB/ItemModifiedAppearance: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
(Deleted the AppearanceID thing, I think it's wrong)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:10, 26 November 2018

≥ 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
};