blob: c6bda1e330a122d34e801f56b3d211434c651b10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[[Database Structure|Database Structure]] > [[Character-Database|Character-Database]] > [[character_aura|character_aura]]
Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned |
CasterGuid | bigint(20) unsigned |
ItemGuid | bigint(20) unsigned |
Spell | mediumint(8) unsigned |
EffectMask | tinyint(3) unsigned |
RecalculateMask | tinyint(3) unsigned |
StackCount | tinyint(3) unsigned |
Amount0 | int(11) |
Amount1 | int(11) |
Amount2 | int(11) |
Base_amount0 | int(11) |
Base_amount1 | int(11) |
Base_amount2 | int(11) |
MaxDuration | int(11) |
RemainTime | int(11) |
RemainCharges | tinyint(3) unsigned |
|