AzerothCore
Pages :

Database Structure > World-Database > spell_scripts

spell_scripts

Information

Holds scripts that can be activated by spells with effect SPELL_EFFECT_SCRIPT_EFFECT (77) or SPELL_EFFECT_DUMMY(3).

Structure

Field Type Attributes Key Null Default
id MEDIUMINT UNSIGNED NO 0
effIndex TINYINT UNSIGNED NO 0
delay INT UNSIGNED NO 0
command MEDIUMINT UNSIGNED NO 0
datalong MEDIUMINT UNSIGNED NO 0
datalong2 INT UNSIGNED NO 0
dataint INT NO 0
x FLOAT NO 0
y FLOAT NO 0
z FLOAT NO 0
o FLOAT NO 0