aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-11-08 12:23:05 +0100
committerGitHub <noreply@github.com>2024-11-08 12:23:05 +0100
commitc2c54250cdf8e3fb9f93705b19f247bd0c4b2496 (patch)
treeb903cedfb510967d3155fb775043ef53bb55e900 /sql
parent11f6576f04688fb89d97e2bbe7ae97a8b6585415 (diff)
Scripts/Spells: Implement rogue talent Soothing Darkness (#30405)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_11_08_06_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_11_08_06_world.sql b/sql/updates/world/master/2024_11_08_06_world.sql
new file mode 100644
index 00000000000..467e02f407c
--- /dev/null
+++ b/sql/updates/world/master/2024_11_08_06_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_soothing_darkness';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(1856, 'spell_rog_soothing_darkness');