From 87f3ab11d3dd5d362657aaae9c02effa8ee95f21 Mon Sep 17 00:00:00 2001 From: Meji Date: Fri, 8 Dec 2023 01:54:48 +0100 Subject: Core/Spells: Fixed target radius calculation for TARGET_DEST_*_RANDOM (#29479) --- sql/updates/world/master/2023_12_08_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2023_12_08_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2023_12_08_01_world.sql b/sql/updates/world/master/2023_12_08_01_world.sql new file mode 100644 index 00000000000..f676574dad4 --- /dev/null +++ b/sql/updates/world/master/2023_12_08_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_remnant_of_a_fallen_king_echoes_of_andorhal'; -- cgit v1.2.3