Core/Spells: Removed a faulty aura handler

Closes #17590
This commit is contained in:
Krudor
2016-10-15 16:17:55 +02:00
committed by Shauren
parent 26de86177e
commit ad16014c7d
6 changed files with 330 additions and 27 deletions

View File

@@ -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');