DB/DurabilityCosts: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
| 2  || Multiplier[29]  || 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
};


[[Category:DBC]]
[[Category:DBC]]

Revision as of 18:49, 16 April 2011

Header Info

Records...................300
Fields.....................30
Record Size...............120
String Block Size...........1

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
};