aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKrudor <erikstrandberg93@hotmail.com>2016-10-15 16:17:55 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-15 16:18:09 +0200
commitad16014c7ddfef90a5ccc209ce35925e69684ef1 (patch)
treeb272b961eb2797370ae44feb69f3301029ccc17a /sql/updates
parent26de86177eef83e9fd3d3600dfc354ed4c816df2 (diff)
Core/Spells: Removed a faulty aura handler
Closes #17590
Diffstat (limited to 'sql/updates')
-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');