fix(Scripts/Spell): combustion will now properly go on cooldown when the buff is manually cancelled (#7185)

* fix(CORE/Spell): Combustion will now properly go on cooldown when the buff is manually cancelled
* fix(DB/Scripts): Added the script for combustion
* Update spell_mage.cpp
* Update src/server/scripts/Spells/spell_mage.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
Asthalor
2021-08-06 11:13:45 +02:00
committed by GitHub
parent 4789de2f93
commit 7618e7706e
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627725819856031500');
DELETE FROM `spell_script_names` WHERE `scriptname`= "spell_mage_combustion_proc";
INSERT INTO `spell_script_names` (`spell_id`,`scriptname`) VALUES (28682, "spell_mage_combustion_proc");