aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-16 15:29:11 +0100
committerGitHub <noreply@github.com>2025-01-16 15:29:11 +0100
commite0b1c3b2092eee891d0d4209f31b8743094ec899 (patch)
tree5a79dc2bf98ba7a685e43a0d1cda10e94f189af7 /sql
parent52dc1359cc78b5d8a88bf32e4bd50d53fcd03d11 (diff)
Scripts/Spells: Implement demon hunter talent "Know Your Enemy" (#30553)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_16_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_16_00_world.sql b/sql/updates/world/master/2025_01_16_00_world.sql
new file mode 100644
index 00000000000..fc76a3ffc4d
--- /dev/null
+++ b/sql/updates/world/master/2025_01_16_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_know_your_enemy';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(388118, 'spell_dh_know_your_enemy');