aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-02-13 23:53:21 +0100
committerGitHub <noreply@github.com>2025-02-13 23:53:21 +0100
commitc8bd288166a2d541fbf4e4620e499e3b2466f29d (patch)
tree37c17f1f2c061606556cacd4950503fe9ea1d212 /sql
parentadb63648f14bab0c757afb4429337dda232dab7a (diff)
Scripts/Spells: Fix paladin talent "Final Verdict" (#30615)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_02_13_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_13_00_world.sql b/sql/updates/world/master/2025_02_13_00_world.sql
new file mode 100644
index 00000000000..db14970b908
--- /dev/null
+++ b/sql/updates/world/master/2025_02_13_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_final_verdict';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(383328, 'spell_pal_final_verdict');