From 0d5242daae3fab31ffc73faafa21ad65e5cd9670 Mon Sep 17 00:00:00 2001 From: Meji Date: Tue, 22 Oct 2024 04:01:37 +0200 Subject: Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367) --- sql/updates/world/master/2024_10_22_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2024_10_22_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_10_22_03_world.sql b/sql/updates/world/master/2024_10_22_03_world.sql new file mode 100644 index 00000000000..697d82f7bd7 --- /dev/null +++ b/sql/updates/world/master/2024_10_22_03_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=0 WHERE `event_type`=46; -- cgit v1.2.3