Back to 'spell_enchant_proc_data' Return to world Go to 'spell_group_stack_rules'
Table used to group spells for varius checks in the core. One spell may be added to many groups, but can occur in one group only once.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | int | unsigned | PRI | NO | 0 | ||
spell_id | int | signed | PRI | NO | 0 |
Arbitrary ID defining a group of spells. For custom made DB groups, it is required to be higher than 1000, as defined in SpellMgr.h.
#define SPELL_GROUP_DB_RANGE_MIN 1000
Back to 'spell_enchant_proc_data' Return to world Go to 'spell_group_stack_rules'