diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_06_16_02_world_2018_01_17_01_world.sql | 5 |
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'); |
