mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Core/Spells: fixed Earthquake
This commit is contained in:
7
sql/updates/world/custom/custom_2019_05_12_04_world.sql
Normal file
7
sql/updates/world/custom/custom_2019_05_12_04_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user