fix(Scripts/HyjalSummit): Add damage over time component to Doomfire debuff. (#19317)

* 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>
This commit is contained in:
Benjamin Jackson
2024-07-06 14:02:35 -04:00
committed by GitHub
parent ebf5f6710a
commit d0cd435807
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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);