DB/ImportPriceShield: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Created page with '==6.0.1.18179== struct ImportPriceShieldRec { uint32_t m_ID; float m_data; }; Category:DBC')
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
==6.0.1.18179==
==6.0.1.18179==
  struct ImportPriceShieldRec {
  struct ImportPriceShieldRec {
Line 5: Line 7:
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 02:56, 20 July 2016

≥ Cata

6.0.1.18179

struct ImportPriceShieldRec {
  uint32_t m_ID;
  float m_data;
};