character_aura
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | bigint | unsigned | PRI | NO | 0 | Global Unique Identifier | |
| casterGuid | binary(16) | PRI | NO | Full Global Unique Identifier | |||
| itemGuid | binary(16) | PRI | NO | ||||
| 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 | |||
| castItemId | int | unsigned | NO | 0 | |||
| castItemLevel | int | signed | NO | -1 | |||
Description of fields
guid
- no description -
casterGuid
- no description -
itemGuid
- 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 -
castItemId
- no description -
castItemLevel
- no description -
