From 342bb55c5eb052ad3244040286a2eb6875793ff4 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:23:16 +0200 Subject: Scripts/Spells: Implement druid talent Stellar Flare (#30131) --- sql/updates/world/master/2024_08_19_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_08_19_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_08_19_00_world.sql b/sql/updates/world/master/2024_08_19_00_world.sql new file mode 100644 index 00000000000..94dfb685ff1 --- /dev/null +++ b/sql/updates/world/master/2024_08_19_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_stellar_flare'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(202347, 'spell_dru_stellar_flare'); -- cgit v1.2.3