DB/ItemDamageTwoHandCaster

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.

≥ Cata

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

6.0.1.18179

struct ItemDamageTwoHandCasterRec {
  uint32_t m_ID;
  float m_quality[7];
  uint32_t m_itemLevel;
};