diff options
author | offl <offl@users.noreply.github.com> | 2021-06-27 18:11:53 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-06-27 18:11:53 +0300 |
commit | 189f8137f5231e96732b8516604042003888c312 (patch) | |
tree | adbca406395c2f4371afd8eba8108c5b47845d29 | |
parent | 3d5e88d2e6cf05f9b301e081d31a45734aeafce8 (diff) |
DB/SAI: Fix bad targets for some texts
-rw-r--r-- | sql/updates/world/3.3.5/2021_06_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_06_27_01_world.sql b/sql/updates/world/3.3.5/2021_06_27_01_world.sql new file mode 100644 index 00000000000..34a5bfeee8e --- /dev/null +++ b/sql/updates/world/3.3.5/2021_06_27_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type` = 23 WHERE `entryorguid` = 2378900 AND `source_type` = 9 AND `id` IN (1,2); |