DB/SpellAuraOptions: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page SpellAuraOptions.dbc to DB/SpellAuraOptions)
(No difference)

Revision as of 01:09, 13 February 2016

New in Cataclysm.

Header Info

Records..................5495
Fields......................5
Record Size................20
String Block Size...........1

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 StackAmount Integer
3 ProcChance Integer
4 ProcCharges Integer
5 ProcFlags Integer

6.0.1.18179

struct SpellAuraOptionsRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  uint32_t m_cumulativeAura;
  uint32_t m_procChance;
  uint32_t m_procCharges;
  uint32_t m_procTypeMask;
  uint32_t m_procCategoryRecovery;
  uint32_t m_spellProcsPerMinuteID;
};