mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-26 14:21:34 -08:00
fix(Scripts/Arcatraz): Fix Zereketh Seed of Corruption damage and mod… (#14980)
This commit is contained in:
parent
d1b4481dd7
commit
f33da28416
2 changed files with 73 additions and 65 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue