aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-15 10:32:49 +0200
committerGitHub <noreply@github.com>2025-06-15 10:32:49 +0200
commita946d3589726badc852e80963577807400a2cf4d (patch)
tree58cc1b989971fe99e77c3c39b3af1ea37bcf6ba8 /sql
parentfd043d611bdcb3288fe30a968bfa24b584155ec9 (diff)
Scripts/Spells: Implement Deft Experience warrior talent (#31060)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_15_04_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_15_04_world.sql b/sql/updates/world/master/2025_06_15_04_world.sql
new file mode 100644
index 00000000000..2224f4256ee
--- /dev/null
+++ b/sql/updates/world/master/2025_06_15_04_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_deft_experience';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(23881, 'spell_warr_deft_experience'),
+(335096, 'spell_warr_deft_experience');