aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-08-27 11:28:08 +0200
committerShauren <shauren.trinity@gmail.com>2017-08-27 11:28:08 +0200
commit5774e926d997ef870bf3f184d0f23396e283fe56 (patch)
tree9228f0a0f3c3d48cc9e2c5d9716f31b7505f656d /sql
parentaca16d22e18bc161cadca0718eff6db99d7fb2a0 (diff)
Core/Spells: Fixed mage Cauterize
* No more immortal fire mages
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_08_27_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_27_00_world.sql b/sql/updates/world/master/2017_08_27_00_world.sql
new file mode 100644
index 00000000000..8a656461538
--- /dev/null
+++ b/sql/updates/world/master/2017_08_27_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_cauterize';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(86949,'spell_mage_cauterize');