From 2f6ab2b510534492966cb6ba896800617f246b4a Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Fri, 4 Aug 2023 00:49:37 +0200 Subject: Scripts/Spells: Implement druid talents Abundance and Cultivation (#29177) --- sql/updates/world/master/2023_08_04_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2023_08_04_00_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3