Scripts/Spells: Implement dh talent "Voidblade" (#31654)
This commit is contained in:
@@ -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