Scripts/Spells: quest "That's Abominable"
Port From (https://github.com/TrinityCore/TrinityCore/commit/6d7288356a5de88df1636916d5f2d4f1c37aff4b)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user