Core/Spells: updated Seed of Corruption to Cataclysm and fixed aoe damage effect when killing a unit with it

This commit is contained in:
Ovahlord
2019-03-22 01:42:28 +01:00
parent 65ce8409a3
commit e75a1a8dfb
2 changed files with 22 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_warl_seed_of_corruption';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(27243, 'spell_warl_seed_of_corruption');