aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-26 21:43:01 +0200
committerKillyana <morphone1@gmail.com>2020-04-26 21:43:01 +0200
commit84c91cdef9185527ef3f856e185d5c7acf8be8b8 (patch)
tree6869f2f78c594e9a37283109dfcb6adeb5e4571e
parent45993428f5c7e7e03d0d98529354e23cd8c7cf98 (diff)
DB/SAI: Update target for Closest unspawned game object
Ref #24439
-rw-r--r--sql/updates/world/3.3.5/2020_04_26_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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;