DB/SpellAuraOptions

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

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;
};