From 483b6ad5a8a36c85cb657b3ed6d0c31b241eeb87 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 28 Dec 2014 16:21:35 +0100 Subject: Core/Achievements: Updated achievements - progress is currently not saved until a conversion of existing data from old to new criteria is made --- sql/updates/world/2014_12_28_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_12_28_00_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3