DB/ItemUpgradePath: Difference between revisions

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

Latest revision as of 04:03, 20 July 2016

Mists … WoD

6.0.1.18179

struct ItemUpgradePathRec {
  uint32_t m_id;
};