mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Scripts/BWD: make Magmaw's Lava Parasites fall from above on summon
This commit is contained in:
6
sql/updates/world/custom/custom_2019_05_08_00_world.sql
Normal file
6
sql/updates/world/custom/custom_2019_05_08_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user