diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 08:10:23 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 08:10:23 +0200 |
commit | fc8641b76325110130ce8c0d953f4d1811c4fecc (patch) | |
tree | 1d0fef2f3e37273dba895973352436d115996d7a | |
parent | 02155710a9b2ebe74fc7121a4ab671e3eb7717d1 (diff) |
Update 2016_05_30_02_world.sql
-rw-r--r-- | sql/updates/world/6.x/2016_05_30_02_world.sql | 2 |
1 files changed, 1 insertions, 1 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 index 177c8508d20..7c287da579f 100644 --- a/sql/updates/world/6.x/2016_05_30_02_world.sql +++ b/sql/updates/world/6.x/2016_05_30_02_world.sql @@ -1,2 +1,2 @@ -- -DELETE FROM achievement_criteria_data WHERE `type` IN (6, 12); +DELETE FROM `criteria_data` WHERE `type` IN (6, 12); |