fix(Scripts/Underbog): Fixed Fungal Decay spells. (#14543)
Fixes #13977
This commit is contained in:
parent
8cb88cce52
commit
312c1eac3e
3 changed files with 54 additions and 2 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=32065;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(32065,'spell_fungal_decay');
|
||||
Loading…
Add table
Add a link
Reference in a new issue