fix(Scripts/BoreanTundra): Script Soul Deflection spell (#22931)

This commit is contained in:
Andrew
2025-09-16 06:59:02 -03:00
committed by GitHub
parent f31a7281bd
commit 56f2a8e4f3
2 changed files with 33 additions and 0 deletions

View File

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