fix(Scripts/Northrend): Scourge Plague Spreader summons ghouls mid-air (#22845)

This commit is contained in:
Jelle Meeus
2025-09-08 21:15:45 -07:00
committed by GitHub
parent 4d333518bb
commit 9ba155c089
2 changed files with 23 additions and 0 deletions

View File

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