fix(Scripts/SunwellPlateau): Void Sentinels spawn at floor level (#21946)

This commit is contained in:
Andrew
2025-04-17 05:08:35 -03:00
committed by GitHub
parent c66972b900
commit 0d30816602
2 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
--
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_summon_target_floor' WHERE `ScriptName` = 'spell_muru_blackhole';
DELETE FROM `spell_script_names` WHERE `spell_id` = 45978;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45978, 'spell_gen_summon_target_floor');