aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_10_15_00_world.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_10_15_00_world.sql b/sql/updates/world/6.x/2016_10_15_00_world.sql
new file mode 100644
index 00000000000..d42f8e06332
--- /dev/null
+++ b/sql/updates/world/6.x/2016_10_15_00_world.sql
@@ -0,0 +1,15 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (28200,29602,45040,90900,99947,118089,127271,127272,127274,127278,144671,145738,187213);
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(28200, 'spell_item_talisman_of_ascendance'),
+(29602, 'spell_item_jom_gabbar'),
+(45040, 'spell_item_battle_trance'),
+(90900, 'spell_item_world_queller_focus'),
+(99947, 'spell_gen_face_rage'),
+(118089, 'spell_item_water_strider'),
+(127271, 'spell_item_water_strider'),
+(127272, 'spell_item_water_strider'),
+(127274, 'spell_item_water_strider'),
+(127278, 'spell_item_water_strider'),
+(144671, 'spell_item_brutal_kinship'),
+(145738, 'spell_item_brutal_kinship'),
+(187213, 'spell_gen_impatient_mind');