summaryrefslogtreecommitdiff
path: root/docs/character_aura.md
blob: 048b285d4620727930a25b13f245dc62ceb0dc36 (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 |