mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(Scripts/Arcatraz): Fix Zereketh Seed of Corruption damage and mod… (#14980)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user