fix(Scripts/SerpentshrineCavern): Use proper spells to handle the Lur… (#18002)

* fix(Scripts/SerpentshrineCavern): Use proper spells to handle the Lurker spout rotation

* Update boss_lurker_below.cpp
This commit is contained in:
Andrew
2023-12-12 04:45:43 -03:00
committed by GitHub
parent 9f1abf1214
commit a84a56536d
2 changed files with 16 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 37429 AND `ScriptName` = 'spell_lurker_below_spout';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(37429, 'spell_lurker_below_spout');