From 3429871a07c1c1ebe2bd94cb771ef187cb46fd46 Mon Sep 17 00:00:00 2001 From: Meji Date: Thu, 15 Aug 2024 15:43:17 +0200 Subject: Core/SAI: Implemented new action SMART_ACTION_COMPLETE_QUEST (#30048) --- sql/updates/world/master/2024_08_15_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2024_08_15_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_08_15_00_world.sql b/sql/updates/world/master/2024_08_15_00_world.sql new file mode 100644 index 00000000000..857e221c76a --- /dev/null +++ b/sql/updates/world/master/2024_08_15_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `action_type`=152, `target_type`=16 WHERE `action_type`=26 AND `target_type`=7; +UPDATE `smart_scripts` SET `action_type`=152 WHERE `action_type`=15; -- cgit v1.2.3