DB/ImportPriceArmor: Difference between revisions

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

Latest revision as of 02:56, 20 July 2016

≥ Cata

6.0.1.18179

struct ImportPriceArmorRec {
  uint32_t m_ID;
  float m_ClothModifier;
  float m_LeatherModifier;
  float m_ChainModifier;
  float m_PlateModifier;
};