mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -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");
|
||||
Reference in New Issue
Block a user