From e66f2ada53d3b2baccbbbdf563600f4c92ae3eb9 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Thu, 13 Jul 2023 19:24:08 +0200 Subject: Scripts/Druid: Implemented Shooting Stars (#29125) --- sql/updates/world/master/2023_07_13_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2023_07_13_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2023_07_13_03_world.sql b/sql/updates/world/master/2023_07_13_03_world.sql new file mode 100644 index 00000000000..fb7b61af9b7 --- /dev/null +++ b/sql/updates/world/master/2023_07_13_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dru_shooting_stars'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(164812, 'spell_dru_shooting_stars'), +(164815, 'spell_dru_shooting_stars'); -- cgit v1.2.3