Scripts/Spells: quest "That's Abominable"

Port From (https://github.com/TrinityCore/TrinityCore/commit/6d7288356a5de88df1636916d5f2d4f1c37aff4b)
This commit is contained in:
hondacrx
2021-06-23 12:13:15 -04:00
parent 1cebd025fe
commit dd4d434d72
2 changed files with 83 additions and 0 deletions
@@ -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');