From 84c91cdef9185527ef3f856e185d5c7acf8be8b8 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 26 Apr 2020 21:43:01 +0200 Subject: DB/SAI: Update target for Closest unspawned game object Ref #24439 --- sql/updates/world/3.3.5/2020_04_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_04_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_04_26_00_world.sql b/sql/updates/world/3.3.5/2020_04_26_00_world.sql new file mode 100644 index 00000000000..d15e8134009 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_26_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=30 WHERE `action_type`=70 AND `target_type`=20; -- cgit v1.2.3