aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-12-29 21:04:04 +0100
committerGitHub <noreply@github.com>2024-12-29 21:04:04 +0100
commitc197a59eb394d8c9dfb932e9cfd60787cc81746d (patch)
tree8a785c76c9a1e5a48dffe12d1452a1b42b4cdc67 /sql
parent5e541de5747b26270da90d0d3c60de96a518a5b9 (diff)
Scripts/Spells: Implement demon hunter talent "Last Resort" (#30500)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_12_29_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_29_03_world.sql b/sql/updates/world/master/2024_12_29_03_world.sql
new file mode 100644
index 00000000000..1e04cd19ac6
--- /dev/null
+++ b/sql/updates/world/master/2024_12_29_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_last_resort';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(209258, 'spell_dh_last_resort');