aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-12-08 20:27:07 +0100
committerGitHub <noreply@github.com>2024-12-08 20:27:07 +0100
commit794346bd42dada4923807e13246d982ce02bb49d (patch)
treead2448a3dd242a5b30ee5539c2e67db6bb26c459 /sql
parent752ea0f8e9a04abd53a3b811de2fbb91b689e69f (diff)
Scripts/Spells: Fix demon hunter talent "Darkglare Boon" (#30496)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_12_08_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_08_00_world.sql b/sql/updates/world/master/2024_12_08_00_world.sql
new file mode 100644
index 00000000000..d4e65c2f745
--- /dev/null
+++ b/sql/updates/world/master/2024_12_08_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_darkglare_boon';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(212084, 'spell_dh_darkglare_boon');