aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorLopin <davca.hr@seznam.cz>2012-01-07 01:48:30 -0800
committerLopin <davca.hr@seznam.cz>2012-01-07 01:48:30 -0800
commit75614bdcebe166adb1d0be26feaf9a20656a8b0f (patch)
tree09de80a267b45eff3c62698702eba8d272538dfc /sql/updates
parent70d51e53c3be977ad2714315a338179cb423ef1c (diff)
parent3c4678085c548f5e8ab36a50812e48b9d6fe7bd0 (diff)
Merge pull request #4685 from Subv/fix1
Core/SAI: Crashfix and some more fixes
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2012_01_06_12_world_sai.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_06_12_world_sai.sql b/sql/updates/world/2012_01_06_12_world_sai.sql
new file mode 100644
index 00000000000..b9c1319347d
--- /dev/null
+++ b/sql/updates/world/2012_01_06_12_world_sai.sql
@@ -0,0 +1,2 @@
+UPDATE smart_scripts SET action_param2 = action_param3 WHERE action_type = 80;
+UPDATE smart_scripts SET action_param3 = 0 WHERE action_type = 80; \ No newline at end of file