aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2013-10-24 06:22:00 +0200
committerDiscover- <amort11@hotmail.com>2013-10-24 06:22:00 +0200
commit950ac949cb11cee7e21e3b33ea4f2496b0b6b598 (patch)
tree8a0eaeb7b05f763d2fe0e002674a621120cf93c2 /sql
parentf6f102c70b32213dd047cd3b040e979869ecf385 (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.sql1
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;