diff options
| author | Killyana <morphone1@gmail.com> | 2018-02-13 17:25:35 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-02-13 17:25:35 +0100 |
| commit | 2f575f09746571151be0c43032be6532760ab624 (patch) | |
| tree | e84e4ee75674cd0e3c2672c7d0ebeed77f2988f8 | |
| parent | 40954d0b6aafa2c2f199350a077b3fab2df3cf93 (diff) | |
DB/Quest: Rescue from Town Square
Closes #20102
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_13_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_13_06_world.sql b/sql/updates/world/3.3.5/2018_02_13_06_world.sql new file mode 100644 index 00000000000..ace74714042 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_13_06_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (27370) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `target_type`=12, `target_param1`=1 WHERE `entryorguid` IN (2735900) AND `source_type`=9 AND `id`=4; |
