DB/ItemPriceBase: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page ItemPriceBase.dbc to DB/ItemPriceBase)
No edit summary
 
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
==6.0.1.18179==
==6.0.1.18179==
  struct ItemPriceBaseRec {
  struct ItemPriceBaseRec {

Latest revision as of 02:58, 20 July 2016

≥ Cata

6.0.1.18179

struct ItemPriceBaseRec {
  uint32_t m_ID;
  uint32_t m_itemLevel;
  float m_armor;
  float m_weapon;
};