From a2cb0efcb0520c5b9a32aaa4730fe2dc2c74dfe0 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 30 May 2016 09:47:11 +0200 Subject: DB/Achievement: fix criteria for statistic "critters killed" Closes #17201 by SnapperRy --- sql/updates/world/3.3.5/2016_05_30_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_05_30_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_05_30_07_world.sql b/sql/updates/world/3.3.5/2016_05_30_07_world.sql new file mode 100644 index 00000000000..c8130b023af --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_30_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `achievement_criteria_data` SET `value1`=8 WHERE `criteria_id`=4958 AND `type`=8; -- cgit v1.2.3