aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-17 10:35:36 +0100
committerGitHub <noreply@github.com>2025-01-17 10:35:36 +0100
commit5dee590e759b2fdde35baff598ccd52a2c529f8d (patch)
tree1fe11ceb7507ead3a2c8b2bfef63e776947cb0bf /sql
parent04ad3e7ad6b23ad0ec3bb4b92894b2e488365036 (diff)
Scripts/Spells: Implement demon hunter talent "Army Unto Oneself" (#30549)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_17_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_17_01_world.sql b/sql/updates/world/master/2025_01_17_01_world.sql
new file mode 100644
index 00000000000..bcfca2e3974
--- /dev/null
+++ b/sql/updates/world/master/2025_01_17_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_army_unto_oneself';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(232893, 'spell_dh_army_unto_oneself');