DB/DurabilityCosts

From wowdev
Revision as of 21:57, 1 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search

Structure

Column Field Type Notes
1 ItemLevel Integer
2 Multiplier[29] Integer
struct DurabilityCostsEntry // sizeof(0x78)
{
   m_ID; // +0x0, size 0x4, type 0
   m_weaponSubClassCost; // +0x4, size 0x54, type 0
   m_armorSubClassCost; // +0x58, size 0x20, type 0
};

1.21.1.5875, 6.0.1.18179

struct DurabilityCostsRec {
  uint32_t m_ID;
  uint32_t m_weaponSubClassCost[21];
  uint32_t m_armorSubClassCost[8];
};