aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2017-06-30 18:25:11 +0200
committertreeston <treeston.mmoc@gmail.com>2017-06-30 18:25:11 +0200
commite07a322a3e903079ecf61746808ad428023a26a1 (patch)
treeb30c9f1f26ed2adec04928e21bbf630c5ce68237 /sql/updates
parente35092c6a164e929f9684b350093b2beefee5d86 (diff)
Combustion will now properly go on cooldown when the buff is manually cancelled. Fixes #19968.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2017_06_30_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_30_00_world.sql b/sql/updates/world/3.3.5/2017_06_30_00_world.sql
new file mode 100644
index 00000000000..662668bebb2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_30_00_world.sql
@@ -0,0 +1,3 @@
+--
+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");