DB/DurabilityCosts: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info==
==1.21.1.5875, 6.0.1.18179==
Records...................300
struct DurabilityCostsRec {
Fields.....................30
  uint32_t m_ID;
Record Size...............120
  uint32_t m_weaponSubClassCost[21];
String Block Size...........1
  uint32_t m_armorSubClassCost[8];
 
  };
==Structure==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180 " | Field
! width="80" | Type
! width="600" | Notes
|-
| 1  || ItemLevel  || Integer  ||
|-
| 2  || Multiplier[29|| Integer  ||
|}


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 17:46, 1 January 2020

1.21.1.5875, 6.0.1.18179

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