DB/ItemArmorQuality

From wowdev
Revision as of 00:44, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page ItemArmorQuality.dbc to DB/ItemArmorQuality)
Jump to navigation Jump to search

New in Cataclysm.

struct ItemArmorShieldEntry // sizeof(0x24)
{
   m_ID; // +0x0, size 0x4, type 0
   m_itemLevel; // +0x4, size 0x4, type 0
   m_quality; // +0x8, size 0x1C, type 3
};

6.0.1.18179

struct ItemArmorQualityRec {
  uint32_t m_ID;
  float m_qualitymod[7];
  uint32_t m_itemLevel;
};