fix(Scripts/Underbog): Fixed Fungal Decay spells. (#14543)

Fixes #13977
This commit is contained in:
UltraNix
2023-01-07 20:29:03 +01:00
committed by GitHub
parent 8cb88cce52
commit 312c1eac3e
3 changed files with 54 additions and 2 deletions

View File

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