diff options
| author | offl <offl@users.noreply.github.com> | 2020-07-08 18:29:09 +0200 |
|---|---|---|
| committer | Killyana <Killyana@users.noreply.github.com> | 2020-07-08 18:29:09 +0200 |
| commit | 7a0c16966890adb546e488b9171a55a68230b811 (patch) | |
| tree | c61b7867923ca5828df331b9501f73279b963504 | |
| parent | c3f682c8e5a33b5e572ca946e1fbc13071eeeadd (diff) | |
DB/SAI: Update talk action in previously added scripts to set target as talk target
Closes #24938
| -rw-r--r-- | sql/updates/world/3.3.5/2020_07_08_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_08_07_world.sql b/sql/updates/world/3.3.5/2020_07_08_07_world.sql new file mode 100644 index 00000000000..c72665b5e30 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_08_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param3` = 1 WHERE `event_type` IN (4, 6) AND `action_type` = 1 AND `target_type` = 7; |
