diff options
| author | Discover- <amort11@hotmail.com> | 2013-10-24 06:22:00 +0200 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2013-10-24 06:22:00 +0200 |
| commit | 950ac949cb11cee7e21e3b33ea4f2496b0b6b598 (patch) | |
| tree | 8a0eaeb7b05f763d2fe0e002674a621120cf93c2 /sql | |
| parent | f6f102c70b32213dd047cd3b040e979869ecf385 (diff) | |
DB/SAI: Fix scripts using SMART_TARGET_NONE that were 'broken' by 9653576cb4cc9449898d6af691c045d68e9361c5. 'Broken' is quoted because scripts using SMART_TARGET_NONE are most of the time broken by default anyway.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_10_24_00_world_sai.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_24_00_world_sai.sql b/sql/updates/world/2013_10_24_00_world_sai.sql new file mode 100644 index 00000000000..afeedcb800d --- /dev/null +++ b/sql/updates/world/2013_10_24_00_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `target_type`=7 WHERE `target_type`=0; |
