DB/SpellMisc

From wowdev
Revision as of 01:13, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page SpellMisc.dbc to DB/SpellMisc)
Jump to navigation Jump to search

6.0.1.18179

struct SpellMiscRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  uint32_t m_attributes[14];
  uint32_t m_castingTimeIndex;
  uint32_t m_durationIndex;
  uint32_t m_rangeIndex;
  float m_speed;
  uint32_t m_spellVisualID[2];
  uint32_t m_spellIconID;
  uint32_t m_activeIconID;
  uint32_t m_schoolMask;
};

6.2.2.20444

struct SpellMiscRec {
  uint32_t m_ID;
  uint32_t m_attributes[14];
  uint32_t m_castingTimeIndex;
  uint32_t m_durationIndex;
  uint32_t m_rangeIndex;
  float m_speed;
  uint32_t m_spellIconID;
  uint32_t m_activeIconID;
  uint32_t m_schoolMask;
  uint32_t __unk;
};