aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-15 14:49:46 +0100
committerGitHub <noreply@github.com>2025-01-15 14:49:46 +0100
commite761a006721d85609c3243fc88216ae7908e4d34 (patch)
tree4b20d9dafc42a0c0f3cba59b139da2e44a8622e2 /sql
parent2c4d9ac9772239c2b2081bb9daf317c7449473c0 (diff)
Scripts/Spells: Implement demon hunter talent "Essence Break" (#30555)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_15_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_15_01_world.sql b/sql/updates/world/master/2025_01_15_01_world.sql
new file mode 100644
index 00000000000..7a18efd0d86
--- /dev/null
+++ b/sql/updates/world/master/2025_01_15_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_essence_break';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(258860, 'spell_dh_essence_break');