aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-02-17 02:10:08 +0100
committerShauren <shauren.trinity@gmail.com>2013-02-17 02:10:08 +0100
commite49aaab6f624d5d824e195c11ef3bd0e809d8460 (patch)
tree2e65c0daaafb6f56c0d20965c7c4ce1c891f0179 /sql/updates
parent2d861b71ce9753ffa4d899acdbb0ca44bcb13128 (diff)
Scripts/Icecrown Citadel: Improvements to Shadowmourne quest line
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_02_17_00_world_spell_script_names.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_17_00_world_spell_script_names.sql b/sql/updates/world/2013_02_17_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..e47b22b1c6b
--- /dev/null
+++ b/sql/updates/world/2013_02_17_00_world_spell_script_names.sql
@@ -0,0 +1,14 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sindragosa_frost_breath';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_unsated_craving';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(69649,'spell_sindragosa_frost_breath'),
+(71056,'spell_sindragosa_frost_breath'),
+(71057,'spell_sindragosa_frost_breath'),
+(71058,'spell_sindragosa_frost_breath'),
+(73061,'spell_sindragosa_frost_breath'),
+(73062,'spell_sindragosa_frost_breath'),
+(73063,'spell_sindragosa_frost_breath'),
+(73064,'spell_sindragosa_frost_breath'),
+(71168,'spell_item_unsated_craving');
+
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=71952;