aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMoein <tje3d@yahoo.com>2018-01-18 02:25:05 +0330
committerShauren <shauren.trinity@gmail.com>2021-06-16 11:32:25 +0200
commit6d7288356a5de88df1636916d5f2d4f1c37aff4b (patch)
treecb822bc8183a4eac269deb860439b797522692be /sql
parent3ff61beafa9f028e582c4d810b93352aa85b18a7 (diff)
Scripts/Spells: quest "That's Abominable" (#21253)
- scripted spell "Burst At The Seams" (59576) - added Pet Bar Closes #10876 (cherry picked from commit e519e14df8d846285f1d29fb7e5aa0b151c6f74e)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_16_02_world_2018_01_17_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_16_02_world_2018_01_17_01_world.sql b/sql/updates/world/master/2021_06_16_02_world_2018_01_17_01_world.sql
new file mode 100644
index 00000000000..ccbcb0a4502
--- /dev/null
+++ b/sql/updates/world/master/2021_06_16_02_world_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');