* Init. https: //github.com/mangostwo/server/commit/6a2e23cac09a88d7ec1221393ba96482d71187f6 Co-Authored-By: Miroslav Drbal [ApoC] <apoc@nymfe.net> * Don't forget the query. * Add spell attribute. * Adjust tick script. More dynamically calculates damage from ticks. Co-Authored-By: avarishd <46330494+avarishd@users.noreply.github.com> * Remove unnecessary `aurEff` Co-Authored-By: avarishd <46330494+avarishd@users.noreply.github.com> * #include --------- Co-authored-by: Miroslav Drbal [ApoC] <apoc@nymfe.net> Co-authored-by: avarishd <46330494+avarishd@users.noreply.github.com>
5 lines
296 B
SQL
5 lines
296 B
SQL
DELETE FROM `spell_script_names` WHERE `spell_id` = 31944;
|
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (31944, 'spell_doomfire');
|
|
|
|
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 31944;
|
|
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (31944, 4194304);
|