aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-07-13 13:38:44 +0200
committerGitHub <noreply@github.com>2023-07-13 13:38:44 +0200
commit4aaf82539c1c8222f31de8f1185b7daad7e82fb6 (patch)
tree785af7e3dcd81d0a424039556b7ec56ce3676b29 /sql
parent59adda3252da503f60a61cd648781f0fe177b5f4 (diff)
Scripts/Warlock: Implemented Dark Pact (#29118)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_07_13_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_13_01_world.sql b/sql/updates/world/master/2023_07_13_01_world.sql
new file mode 100644
index 00000000000..4712ecaebd7
--- /dev/null
+++ b/sql/updates/world/master/2023_07_13_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=108416;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(108416, 'spell_warl_dark_pact');