DB/SpellAuraOptions: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page SpellAuraOptions.dbc to DB/SpellAuraOptions)
mNo edit summary
Line 1: Line 1:
New in Cataclysm.
New in Cataclysm.
==Header Info==
Records..................5495
Fields......................5
Record Size................20
String Block Size...........1


==4.0.3.13329==
==4.0.3.13329==

Revision as of 00:26, 23 February 2016

New in Cataclysm.

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