fix(Scripts/Arcatraz): Fix Zereketh Seed of Corruption damage and mod… (#14980)

This commit is contained in:
Skjalf
2023-02-12 20:18:51 -03:00
committed by GitHub
parent d1b4481dd7
commit f33da28416
2 changed files with 73 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_zereketh_seed_of_corruption';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(36123, 'spell_zereketh_seed_of_corruption'),
(39367, 'spell_zereketh_seed_of_corruption');