blob: 5f9de4c94a5836efff2da9ea98b70f662e0b23c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [spell_dbc](spell_dbc)
Column | Type | Description
--- | --- | ---
Id | int(10) unsigned |
Dispel | int(10) unsigned |
Mechanic | int(10) unsigned |
Attributes | int(10) unsigned |
AttributesEx | int(10) unsigned |
AttributesEx2 | int(10) unsigned |
AttributesEx3 | int(10) unsigned |
AttributesEx4 | int(10) unsigned |
AttributesEx5 | int(10) unsigned |
AttributesEx6 | int(10) unsigned |
AttributesEx7 | int(10) unsigned |
Stances | int(10) unsigned |
StancesNot | int(10) unsigned |
Targets | int(10) unsigned |
CastingTimeIndex | int(10) unsigned |
AuraInterruptFlags | int(10) unsigned |
ProcFlags | int(10) unsigned |
ProcChance | int(10) unsigned |
ProcCharges | int(10) unsigned |
MaxLevel | int(10) unsigned |
BaseLevel | int(10) unsigned |
SpellLevel | int(10) unsigned |
DurationIndex | int(10) unsigned |
RangeIndex | int(10) unsigned |
StackAmount | int(10) unsigned |
EquippedItemClass | int(11) |
EquippedItemSubClassMask | int(11) |
EquippedItemInventoryTypeMask | int(11) |
Effect1 | int(10) unsigned |
Effect2 | int(10) unsigned |
Effect3 | int(10) unsigned |
EffectDieSides1 | int(11) |
EffectDieSides2 | int(11) |
EffectDieSides3 | int(11) |
EffectRealPointsPerLevel1 | float |
EffectRealPointsPerLevel2 | float |
EffectRealPointsPerLevel3 | float |
EffectBasePoints1 | int(11) |
EffectBasePoints2 | int(11) |
EffectBasePoints3 | int(11) |
EffectMechanic1 | int(10) unsigned |
EffectMechanic2 | int(10) unsigned |
EffectMechanic3 | int(10) unsigned |
EffectImplicitTargetA1 | int(10) unsigned |
EffectImplicitTargetA2 | int(10) unsigned |
EffectImplicitTargetA3 | int(10) unsigned |
EffectImplicitTargetB1 | int(10) unsigned |
EffectImplicitTargetB2 | int(10) unsigned |
EffectImplicitTargetB3 | int(10) unsigned |
EffectRadiusIndex1 | int(10) unsigned |
EffectRadiusIndex2 | int(10) unsigned |
EffectRadiusIndex3 | int(10) unsigned |
EffectApplyAuraName1 | int(10) unsigned |
EffectApplyAuraName2 | int(10) unsigned |
EffectApplyAuraName3 | int(10) unsigned |
EffectAmplitude1 | int(11) |
EffectAmplitude2 | int(11) |
EffectAmplitude3 | int(11) |
EffectMultipleValue1 | float |
EffectMultipleValue2 | float |
EffectMultipleValue3 | float |
EffectItemType1 | int(10) unsigned |
EffectItemType2 | int(10) unsigned |
EffectItemType3 | int(10) unsigned |
EffectMiscValue1 | int(11) |
EffectMiscValue2 | int(11) |
EffectMiscValue3 | int(11) |
EffectMiscValueB1 | int(11) |
EffectMiscValueB2 | int(11) |
EffectMiscValueB3 | int(11) |
EffectTriggerSpell1 | int(10) unsigned |
EffectTriggerSpell2 | int(10) unsigned |
EffectTriggerSpell3 | int(10) unsigned |
EffectSpellClassMaskA1 | int(10) unsigned |
EffectSpellClassMaskA2 | int(10) unsigned |
EffectSpellClassMaskA3 | int(10) unsigned |
EffectSpellClassMaskB1 | int(10) unsigned |
EffectSpellClassMaskB2 | int(10) unsigned |
EffectSpellClassMaskB3 | int(10) unsigned |
EffectSpellClassMaskC1 | int(10) unsigned |
EffectSpellClassMaskC2 | int(10) unsigned |
EffectSpellClassMaskC3 | int(10) unsigned |
MaxTargetLevel | int(10) unsigned |
SpellFamilyName | int(10) unsigned |
SpellFamilyFlags1 | int(10) unsigned |
SpellFamilyFlags2 | int(10) unsigned |
SpellFamilyFlags3 | int(10) unsigned |
MaxAffectedTargets | int(10) unsigned |
DmgClass | int(10) unsigned |
PreventionType | int(10) unsigned |
DmgMultiplier1 | float |
DmgMultiplier2 | float |
DmgMultiplier3 | float |
AreaGroupId | int(11) |
SchoolMask | int(10) unsigned |
Comment | text |
|