diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-01-02 21:47:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 21:47:54 +0100 |
commit | b428f600b1e5cfd71e661f924a30d59f3970800d (patch) | |
tree | 6b819b09ccf3c6bd0d0f71bb89a6aa5c118cee67 /sql | |
parent | 2eea58f26e8fe88f3294dca3d4a38d6a20d68e07 (diff) |
Scripts/Evoker: Implement Glide (#28654)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_02_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_02_02_world.sql b/sql/updates/world/master/2023_01_02_02_world.sql new file mode 100644 index 00000000000..11172d8e3d8 --- /dev/null +++ b/sql/updates/world/master/2023_01_02_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=358733 AND `ScriptName`='spell_evo_glide'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(358733, 'spell_evo_glide'); |