aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKito <kito@vortexirc.com>2016-10-22 12:11:42 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-22 12:11:42 +0200
commitc4a54c639b7cf657094f034de3d7d9c96bec7cc7 (patch)
treed8ead338963deda751a28668b1f2b4d1584159bb /sql
parent3fedeb1c9d6b2b218f46774991bd8e841477ad1a (diff)
Core/Spells: Fix Shaman talent Ancestral Guidance and Path of Flames
Closes #17695
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2016_10_22_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_10_22_01_world.sql b/sql/updates/world/master/2016_10_22_01_world.sql
new file mode 100644
index 00000000000..209d029ee78
--- /dev/null
+++ b/sql/updates/world/master/2016_10_22_01_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_lava_burst', 'spell_sha_path_of_flames_spread','spell_sha_ancestral_guidance','spell_sha_ancestral_guidance_heal');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(51505,'spell_sha_lava_burst'),
+(210621,'spell_sha_path_of_flames_spread');
+(108281,'spell_sha_ancestral_guidance'),
+(114911,'spell_sha_ancestral_guidance_heal');