diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-08-04 00:49:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 00:49:37 +0200 |
| commit | 2f6ab2b510534492966cb6ba896800617f246b4a (patch) | |
| tree | ddfcc327f2fed72349cd968884e80ead4f206258 /sql/updates | |
| parent | 613a706ecce3428e00e0af0b64c40e850cbaa50e (diff) | |
Scripts/Spells: Implement druid talents Abundance and Cultivation (#29177)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_08_04_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_04_00_world.sql b/sql/updates/world/master/2023_08_04_00_world.sql new file mode 100644 index 00000000000..aa8431aea48 --- /dev/null +++ b/sql/updates/world/master/2023_08_04_00_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_abundance','spell_dru_cultivation'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(774,'spell_dru_abundance'), +(155777,'spell_dru_abundance'), +(774,'spell_dru_cultivation'), +(155777,'spell_dru_cultivation'); |
