From e519e14df8d846285f1d29fb7e5aa0b151c6f74e Mon Sep 17 00:00:00 2001 From: Moein Date: Thu, 18 Jan 2018 02:25:05 +0330 Subject: Scripts/Spells: quest "That's Abominable" (#21253) - scripted spell "Burst At The Seams" (59576) - added Pet Bar Closes #10876 --- sql/updates/world/3.3.5/2018_01_17_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_17_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_01_17_01_world.sql b/sql/updates/world/3.3.5/2018_01_17_01_world.sql new file mode 100644 index 00000000000..ccbcb0a4502 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_17_01_world.sql @@ -0,0 +1,5 @@ +-- Reanimated Abomination Abilities +UPDATE `creature_template` SET `spell1` = 59564, `spell2` = 59576 WHERE `entry` = 31692; +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_q13264_thats_abominable'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(59576, 'spell_q13264_thats_abominable'); -- cgit v1.2.3