pet_aura
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | int | unsigned | PRI | NO | Global Unique Identifier | ||
| casterGuid | binary(16) | NO | Full Global Unique Identifier | ||||
| spell | int | unsigned | PRI | NO | |||
| effectMask | int | unsigned | PRI | NO | |||
| recalculateMask | int | unsigned | NO | 0 | |||
| difficulty | tinyint | unsigned | NO | 0 | |||
| stackCount | tinyint | unsigned | NO | 1 | |||
| maxDuration | int | signed | NO | 0 | |||
| remainTime | int | signed | NO | 0 | |||
| remainCharges | tinyint | unsigned | NO | 0 | |||
Description of fields
guid
- no description -
casterGuid
- no description -
spell
- no description -
effectMask
- no description -
recalculateMask
- no description -
difficulty
- no description -
stackCount
- no description -
maxDuration
- no description -
remainTime
- no description -
remainCharges
- no description -
