mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04:00
Scripts/Spells: Implement Demon Hunter Base Spell "Glide"
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user