From c54b37d59f5d2d06bf22f3eb5c4929922de92845 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:29:03 +0100 Subject: Scripts/Spells: Implement paladin talent "Execution Sentence" (#30617) --- sql/updates/world/master/2025_02_11_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_02_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_02_11_00_world.sql b/sql/updates/world/master/2025_02_11_00_world.sql new file mode 100644 index 00000000000..4cdefc7c9c7 --- /dev/null +++ b/sql/updates/world/master/2025_02_11_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_execution_sentence'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(343527, 'spell_pal_execution_sentence'); -- cgit v1.2.3