aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-03-13 11:21:13 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-13 11:21:13 +0100
commit895878010e7dc3fb342bcae5e216bc1543828213 (patch)
treec5f98bc061c46c62b5b2e9e7499d0e4dfb9ee777 /sql/updates
parent7d092567f9e14981f3972031039256b3c588a12d (diff)
parent00c5eb70f2500ab852c081991d96dd2a49b931d3 (diff)
Merge branch 'Golrag-sindragosa_ice_tomb_target' into 3.3.5
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2016_03_13_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_13_00_world.sql b/sql/updates/world/2016_03_13_00_world.sql
new file mode 100644
index 00000000000..0c45636d945
--- /dev/null
+++ b/sql/updates/world/2016_03_13_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sindragosa_ice_tomb_target';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(69712, 'spell_sindragosa_ice_tomb_target');