mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Scripts/Spells: Implement Demon Hunter Base Spell "Glide"
This commit is contained in:
4
sql/updates/world/master/2021_11_20_00_world.sql
Normal file
4
sql/updates/world/master/2021_11_20_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user