diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-08-19 12:23:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 12:23:16 +0200 |
| commit | 342bb55c5eb052ad3244040286a2eb6875793ff4 (patch) | |
| tree | 6fb32ce2b4af66c762408d6d3668861dd88f6980 /sql/updates | |
| parent | 7f8a932b8bfa345ab8a0647125e033883f4a3ab8 (diff) | |
Scripts/Spells: Implement druid talent Stellar Flare (#30131)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2024_08_19_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
