Core/Spells: rewrite Eclipse system

This commit is contained in:
Ovahlord
2018-07-07 23:17:49 +02:00
parent b3777a85e4
commit b58df4d235
2 changed files with 158 additions and 227 deletions

View File

@@ -0,0 +1,8 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN
('spell_dru_eclipse_lunar',
'spell_dru_eclipse_solar',
'spell_dru_eclipse');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(48517, 'spell_dru_eclipse'),
(48518, 'spell_dru_eclipse');