fix(Scripts/BlackTemple): Remove Naj'entus Spines from players on engage. (#20176)

This commit is contained in:
Benjamin Jackson
2024-10-11 08:29:00 -04:00
committed by GitHub
parent a9080bef60
commit 94a03c629b
2 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 40354;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (40354, 'spell_najentus_remove_spines');