mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
Core/Spells: fixed Threat of Thassarian talent
This commit is contained in:
3
sql/updates/world/custom/custom_2018_06_17_02_world.sql
Normal file
3
sql/updates/world/custom/custom_2018_06_17_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_threat_of_thassarian';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-65661, 'spell_dk_threat_of_thassarian');
|
||||
Reference in New Issue
Block a user