diff options
| author | offl <offl@users.noreply.github.com> | 2021-06-27 18:11:53 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-11 13:39:55 +0100 |
| commit | 218ebae123e9b8b312eeecf4f69838f823e089a9 (patch) | |
| tree | 3ee4e9b2cc725ac96a4bd15d3755ad82715f8cff | |
| parent | 9c3dc31a3764681ae641e24ab61cd5256cc3331e (diff) | |
DB/SAI: Fix bad targets for some texts
(cherry picked from commit 189f8137f5231e96732b8516604042003888c312)
| -rw-r--r-- | sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql b/sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql new file mode 100644 index 00000000000..34a5bfeee8e --- /dev/null +++ b/sql/updates/world/master/2022_03_11_14_world_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); |
