From db60034515ee69111ebd3d880641b57bc26c0b15 Mon Sep 17 00:00:00 2001 From: MoltenCrystal Date: Tue, 8 Apr 2025 21:19:44 +0200 Subject: Scripts/Spells: Fix Arms and Protection Execute damage (#30829) --- sql/updates/world/master/2025_04_08_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_04_08_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_04_08_01_world.sql b/sql/updates/world/master/2025_04_08_01_world.sql new file mode 100644 index 00000000000..b7bbe3e2ba1 --- /dev/null +++ b/sql/updates/world/master/2025_04_08_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_execute_damage'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(260798,'spell_warr_execute_damage'); -- cgit v1.2.3