DB/SpellLevels: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in Cataclysm. Category:DBC')
 
mNo edit summary
Line 1: Line 1:
New in Cataclysm.
New in Cataclysm.


==6.0.1.18179==
struct SpellLevelsRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  uint32_t m_baseLevel;
  uint32_t m_maxLevel;
  uint32_t m_spellLevel;
};
[[Category:DBC]]
[[Category:DBC]]

Revision as of 21:18, 2 November 2014

New in Cataclysm.

6.0.1.18179

struct SpellLevelsRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  uint32_t m_baseLevel;
  uint32_t m_maxLevel;
  uint32_t m_spellLevel;
};