aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-12-01 13:33:40 +0100
committerGitHub <noreply@github.com>2024-12-01 13:33:40 +0100
commit9c6a9d031ef0227093d42360e6acd9d17e07ab0c (patch)
tree6871de86f3c99cf07da167e316f7671ed9a85e5f /sql
parent230ac6e69881965d3785d4880ef24b60333c5692 (diff)
Scripts/Spells: Implement demon hunter talent "Eye Beam" (#30470)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_12_01_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_01_01_world.sql b/sql/updates/world/master/2024_12_01_01_world.sql
new file mode 100644
index 00000000000..6afc6ac6606
--- /dev/null
+++ b/sql/updates/world/master/2024_12_01_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_eye_beam';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(198013, 'spell_dh_eye_beam');