diff options
author | Killyana <morphone1@gmail.com> | 2018-02-17 23:23:21 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-08-08 21:21:34 +0200 |
commit | cb0a889177d36c6d054165e8d26774dbf9dd21d7 (patch) | |
tree | 7cc743417e828f490050ba8f5f21d987b2841389 | |
parent | 74101eaf7c4fb7d04f0b08ad0ff5f5c63e29a729 (diff) |
DB/SAI: Fix text target related to Sasha quests
(cherry picked from commit 76b57eeba837130a44e31c9eac8225d96a7b5809)
-rw-r--r-- | sql/updates/world/master/2021_07_01_05_world_2018_02_17_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_07_01_05_world_2018_02_17_06_world.sql b/sql/updates/world/master/2021_07_01_05_world_2018_02_17_06_world.sql new file mode 100644 index 00000000000..34de419964c --- /dev/null +++ b/sql/updates/world/master/2021_07_01_05_world_2018_02_17_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid` IN (26935,2693501,2693500) AND `source_type` IN (0,9) AND `target_type`=7 AND `action_type`=1; |