From 0d2ef2ac7155cedead2c7a7cafcd937a4e1dcd99 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Wed, 24 Aug 2016 20:24:14 +0200 Subject: Core/Achievements: improve mergeability between branches --- sql/updates/world/3.3.5/2016_08_24_11_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_24_11_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_24_11_world.sql b/sql/updates/world/3.3.5/2016_08_24_11_world.sql new file mode 100644 index 00000000000..e7f1e081f61 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_24_11_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `achievement_criteria_data` SET `type`=25 WHERE `criteria_id` IN (4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 6140, 6141, 6142); -- cgit v1.2.3