fix(Scripts/SunwellPlateau): Fix Darkness spawning midair (#21851)

This commit is contained in:
Andrew 2025-04-04 11:17:31 -03:00 committed by GitHub
parent ee724b0f38
commit 51f0495621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 46268;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (46268, 'spell_muru_blackhole');