diff options
| author | Killyana <morphone1@gmail.com> | 2018-02-17 23:23:21 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-02-17 23:23:21 +0100 |
| commit | 76b57eeba837130a44e31c9eac8225d96a7b5809 (patch) | |
| tree | 9a27b9e4b87a58172915f079050c5d360c430407 | |
| parent | 076bd11002c0fe7ed893497e582a40b7f46320e6 (diff) | |
DB/SAI: Fix text target related to Sasha quests
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_17_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_17_06_world.sql b/sql/updates/world/3.3.5/2018_02_17_06_world.sql new file mode 100644 index 00000000000..34de419964c --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
