aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-05-30 07:31:19 +0200
committerAokromes <Aokromes@users.noreply.github.com>2016-05-30 07:31:19 +0200
commit9d085681bdff579c5dafeb074310ebb442eaae37 (patch)
tree18fc85c603c55831ad1759a23069272c6e84efea
parentf217b48e95b7c7e6a93386cf48a2353f5e02e101 (diff)
DB/Misc: Fix startup errors
-rw-r--r--sql/updates/world/6.x/2016_05_30_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_05_30_02_world.sql b/sql/updates/world/6.x/2016_05_30_02_world.sql
new file mode 100644
index 00000000000..177c8508d20
--- /dev/null
+++ b/sql/updates/world/6.x/2016_05_30_02_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM achievement_criteria_data WHERE `type` IN (6, 12);