From ad16014c7ddfef90a5ccc209ce35925e69684ef1 Mon Sep 17 00:00:00 2001 From: Krudor Date: Sat, 15 Oct 2016 16:17:55 +0200 Subject: Core/Spells: Removed a faulty aura handler Closes #17590 --- sql/updates/world/6.x/2016_10_15_00_world.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sql/updates/world/6.x/2016_10_15_00_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3