DB/ItemDamageAmmo

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

New in Cataclysm.

struct ItemDamageAmmoEntry // 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 ItemDamageAmmoRec {
  uint32_t m_ID;
  float m_quality[7];
  uint32_t m_itemLevel;
};