diff options
| author | Moein <tje3d@yahoo.com> | 2018-01-18 02:25:05 +0330 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2018-01-17 23:55:05 +0100 |
| commit | e519e14df8d846285f1d29fb7e5aa0b151c6f74e (patch) | |
| tree | 3aef4fa3593d8096a76920e1711fd41f51c1d867 /sql/updates | |
| parent | e12e0ad5827d7e794baa630724069680d7e07cfb (diff) | |
Scripts/Spells: quest "That's Abominable" (#21253)
- scripted spell "Burst At The Seams" (59576)
- added Pet Bar
Closes #10876
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_17_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |
