DB/Artifact

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Legion

8.0.1.26095, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 76CF31A8

This definition applies to versions
  • Battle (8.0.1.26095)
  • Battle (8.0.1.26175)
  • Battle (8.0.1.26231)
  • Battle (8.0.1.26287)
and layout hash 76CF31A8
struct ArtifactRec {
  // int32_t m_ID;                // non-inline field
  langstringref m_name_lang;
  int32_t m_uiBarOverlayColor;
  int32_t m_uiBarBackgroundColor;
  int32_t m_uiNameColor;
  uint16_t m_uiTextureKitID;
  uint16_t m_chrSpecializationID;
  uint8_t m_artifactCategoryID;
  uint8_t m_flags;
  uint32_t m_uiModelSceneID;
  uint32_t m_spellVisualKitID;
};

8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, E9CABE8C

This definition applies to versions
  • Battle (8.0.1.26297)
  • Battle (8.0.1.26310)
  • Battle (8.0.1.26321)
  • Battle (8.0.1.26367)
  • Battle (8.0.1.26433)
  • Battle (8.0.1.26476)
  • Battle (8.0.1.26491)
  • Battle (8.0.1.26522)
  • Battle (8.0.1.26530)
  • Battle (8.0.1.26557)
and layout hash E9CABE8C
struct ArtifactRec {
  // int32_t m_ID;                // non-inline field
  langstringref m_name_lang;
  int32_t m_uiNameColor;
  int32_t m_uiBarOverlayColor;
  int32_t m_uiBarBackgroundColor;
  uint16_t m_uiTextureKitID;
  uint16_t m_chrSpecializationID;
  uint8_t m_flags;
  uint8_t m_artifactCategoryID;
  uint32_t m_uiModelSceneID;
  uint32_t m_spellVisualKitID;
};