blob: f04c29f13cbff6f62c96ec6c6f28e4a8b906f245 (
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 |
|