aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-11-09 18:36:33 +0100
committerGitHub <noreply@github.com>2024-11-09 18:36:33 +0100
commit783693a0a07a8d31806609b4539a05ad7ab2f2ca (patch)
treea9af44b3e42a700384adc56b69ae9e079aa0c0dd /sql
parentbb9e2fcb3338f56683b0ee9238cb6286c60cfd28 (diff)
Scripts/Spells: Implement Rogue Acrobatic Strikes talent (#30376)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_11_09_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_11_09_03_world.sql b/sql/updates/world/master/2024_11_09_03_world.sql
new file mode 100644
index 00000000000..126e3104f79
--- /dev/null
+++ b/sql/updates/world/master/2024_11_09_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_acrobatic_strikes';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(455143, 'spell_rog_acrobatic_strikes');