From 5dcc8b1df625f86507afaadee5099dcf72ed0592 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Wed, 22 Jul 2020 17:42:22 +0200 Subject: [PATCH] DB: 5706d49e49733f70a6ea2304b7e3671c16ca0c13 followup --- sql/updates/world/4.3.4/2020_07_22_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/4.3.4/2020_07_22_06_world.sql diff --git a/sql/updates/world/4.3.4/2020_07_22_06_world.sql b/sql/updates/world/4.3.4/2020_07_22_06_world.sql new file mode 100644 index 00000000000..2c14012dc11 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_07_22_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=0 WHERE `action_type` IN (38,39);