diff options
| author | Moki <69751143+MokiGitHub@users.noreply.github.com> | 2020-08-29 14:09:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-29 13:09:16 +0200 |
| commit | 18e88653b9753f6140a1fcfb385e6e9dc434941f (patch) | |
| tree | f04b309c2915278f5b5a0a3757a7436b466b219f /sql | |
| parent | cfc8f7b442a9dba07b198fcebe2c02ab89cf0a8b (diff) | |
Scripts/Spells: Transfer Nurturing Instinct in spell_druid.cpp (#25307)
* Scripts/Spells: Transfer Nurturing Instinct in spell_druid.cpp
* Fix travis
* Rename 2020_08_xx_xx_world.sql to 2020_08_29_01_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_29_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_29_01_world.sql b/sql/updates/world/3.3.5/2020_08_29_01_world.sql new file mode 100644 index 00000000000..7a217df5fa1 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_29_01_world.sql @@ -0,0 +1,3 @@ +-- [Druid] Nurturing Instinct +DELETE FROM `spell_script_names` WHERE `spell_id` IN (-33872, 33872, 33873); +INSERT INTO `spell_script_names` VALUES (-33872, 'spell_dru_nurturing_instinct'); |
