spell_pet_auras
This table links player controlled pet spells with their actual effects.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| spell | int | unsigned | PRI | NO | dummy spell id | ||
| effectId | tinyint | unsigned | PRI | NO | 0 | ||
| pet | int | unsigned | PRI | NO | 0 | pet id; 0 = all | |
| aura | int | unsigned | NO | pet aura id | |||
Description of fields
spell
Dummy Spell ID. On the selected effectId it must either have SPELL_EFFECT_DUMMY (3) or apply a SPELL_AURA_DUMMY (4).
effectId
Effect Index of spell to link aura to: (0 – 2)
pet
If set, aura is only applied to this creature entry.
aura
Spell ID with the actual effects described by spell.
