aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-08-24 14:46:20 +0200
committerShauren <shauren.trinity@gmail.com>2025-08-24 14:46:20 +0200
commitb0de792bb8b904bf59bebc45aa3cf6ba6672b032 (patch)
tree06936c25459be242548a4ff5850d17e99bbde653 /sql/updates
parentac15007872796937de182c0d90da1687aad61691 (diff)
Scripts/Spells: Rewrite druid talent Shooting Stars to have reduced proc chance on multiple targets
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_08_24_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_24_00_world.sql b/sql/updates/world/master/2025_08_24_00_world.sql
new file mode 100644
index 00000000000..e6a37a1ca9d
--- /dev/null
+++ b/sql/updates/world/master/2025_08_24_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_shooting_stars';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(202342,'spell_dru_shooting_stars');