DB/SpellInterrupts
(Redirected from SpellInterrupts.dbc)
Jump to navigation
Jump to search
7.0.1.21737
Column | Field | Type | Notes |
---|---|---|---|
1 | ID | Integer | |
2 | SpellID | Integer | |
3 | AuraInterruptFlags | Integer | |
4 | Unknown | Integer | Wasn't able to match the value |
5 | ChannelInterruptFlags | Integer | |
6 | Unknown | Integer | Wasn't able to match the value |
7 | InterruptFlags | Integer | |
8 | Unknown | Integer | Wasn't able to match the value |
9 | Unknown | Integer | Always 0 |
Synric 12th July 2016
6.0.1.18179
struct SpellInterruptsRec { uint32_t m_ID; uint32_t m_spellID; uint32_t m_difficultyID; uint32_t m_auraInterruptFlags[2]; uint32_t m_channelInterruptFlags[2]; uint32_t m_interruptFlags; };