fix(Scripts/BoreanTundra): Script Soul Deflection spell (#22931)
This commit is contained in:
parent
f31a7281bd
commit
56f2a8e4f3
2 changed files with 33 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue