diff options
author | Killyana <morphone1@gmail.com> | 2020-04-26 21:43:01 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 21:39:19 +0100 |
commit | cc894867584c45d156456ba3364a6a3014a2a68a (patch) | |
tree | 220890661cc5f9e6b6b7459e422ddaabc204473d | |
parent | 54174387311bbaf4924c4866ff2dd563fe46b2f2 (diff) |
DB/SAI: Update target for Closest unspawned game object
Ref #24439
(cherry picked from commit 84c91cdef9185527ef3f856e185d5c7acf8be8b8)
-rw-r--r-- | sql/updates/world/master/2022_01_01_34_world_2020_04_26_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_34_world_2020_04_26_00_world.sql b/sql/updates/world/master/2022_01_01_34_world_2020_04_26_00_world.sql new file mode 100644 index 00000000000..d15e8134009 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_34_world_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; |