aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-12-28 16:21:35 +0100
committerShauren <shauren.trinity@gmail.com>2014-12-28 16:21:35 +0100
commit483b6ad5a8a36c85cb657b3ed6d0c31b241eeb87 (patch)
tree32072653efe0be590623993e7c4ffc3811dfe975 /sql/updates
parent12ef5ad90a2bbe367651f82224d785c97b786930 (diff)
Core/Achievements: Updated achievements - progress is currently not saved until a conversion of existing data from old to new criteria is made
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2014_12_28_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_28_00_world.sql b/sql/updates/world/2014_12_28_00_world.sql
new file mode 100644
index 00000000000..e71ec1cf8bb
--- /dev/null
+++ b/sql/updates/world/2014_12_28_00_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `achievement_criteria_data`;
+DELETE FROM `disables` WHERE `sourceType`=4;