Scripts/Spells: Implement Demon Hunter Base Spell "Glide"

This commit is contained in:
Seyden
2021-11-07 22:15:49 +01:00
committed by Shauren
parent adb439fdfe
commit b1eb4c2b3e
2 changed files with 97 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_glide','spell_dh_glide_timer');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(131347,'spell_dh_glide'),
(197154,'spell_dh_glide_timer');