mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Scripts/Spells: Fix demon hunter talents "Demon Spikes" and "Deflecting Spikes" (#30493)
This commit is contained in:
4
sql/updates/world/master/2024_12_23_00_world.sql
Normal file
4
sql/updates/world/master/2024_12_23_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_demon_spikes', 'spell_dh_deflecting_spikes');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(203720, 'spell_dh_demon_spikes'),
|
||||
(203819, 'spell_dh_deflecting_spikes');
|
||||
Reference in New Issue
Block a user