From c8bd288166a2d541fbf4e4620e499e3b2466f29d Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:53:21 +0100 Subject: Scripts/Spells: Fix paladin talent "Final Verdict" (#30615) --- sql/updates/world/master/2025_02_13_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_02_13_00_world.sql (limited to 'sql') 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'); -- cgit v1.2.3