blob: 6f6cf34946683bda23d872caa6c05e6c121c282b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[spell_scripts|spell_scripts]]
Column | Type | Description
--- | --- | ---
Id | mediumint(8) unsigned |
EffIndex | tinyint(3) unsigned |
Delay | int(10) unsigned |
Command | mediumint(8) unsigned |
Datalong | mediumint(8) unsigned |
Datalong2 | int(10) unsigned |
Dataint | int(11) |
X | float |
Y | float |
Z | float |
O | float |
|