diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-07-13 19:24:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-13 19:24:08 +0200 |
| commit | e66f2ada53d3b2baccbbbdf563600f4c92ae3eb9 (patch) | |
| tree | e24daebe31bd1ba181b18fbfb247bbd7f9f5f738 /sql/updates | |
| parent | 008c15ab6bce7898036d31ff387d5c015a0f0876 (diff) | |
Scripts/Druid: Implemented Shooting Stars (#29125)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_07_13_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
