Scripts/BWD: make Magmaw's Lava Parasites fall from above on summon

This commit is contained in:
Ovahlord
2019-05-08 23:54:27 +02:00
parent bc8d6546f3
commit fe35a745c8
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Spells
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_magmaw_lava_parasite_summon');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(77969, 'spell_magmaw_lava_parasite_summon');