Core/Spells: fixed Earthquake

This commit is contained in:
Ovahlord
2019-05-12 23:34:34 +02:00
parent da94a36ac6
commit 4a370ea37c
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_sha_earthquake',
'spell_sha_earthquake_damage');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(61882, 'spell_sha_earthquake'),
(77478, 'spell_sha_earthquake_damage');