mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
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:
5
data/sql/updates/pending_db_world/doomfire-dot.sql
Normal file
5
data/sql/updates/pending_db_world/doomfire-dot.sql
Normal 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);
|
||||
Reference in New Issue
Block a user