mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Scripts/Spells: Implement dh talent "Voidblade" (#31654)
This commit is contained in:
4
sql/updates/world/master/2026_02_23_01_world.sql
Normal file
4
sql/updates/world/master/2026_02_23_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_voidblade', 'spell_dh_voidblade_charge');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(1245412, 'spell_dh_voidblade'),
|
||||
(1241285, 'spell_dh_voidblade_charge');
|
||||
Reference in New Issue
Block a user