diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-11-24 01:41:04 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-11-24 01:41:04 +0100 |
commit | 84d1ac247615379af25bf2bad583109811575fa7 (patch) | |
tree | ef37c5b2300ce05ad8103a37f022d0587ca7be7a | |
parent | 1076b469db9b932f5cdd4bb5405658e7b5ae1cc0 (diff) |
DB/Achievement: Now We're Cookin
By @Vincent-Michael closes #3993
-rw-r--r-- | sql/updates/world/2014_11_24_00_world.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_24_00_world.sql b/sql/updates/world/2014_11_24_00_world.sql new file mode 100644 index 00000000000..0c6d5735165 --- /dev/null +++ b/sql/updates/world/2014_11_24_00_world.sql @@ -0,0 +1,15 @@ +-- Achievement: Now Were Cookin +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (11118,11119,11120,11121,11122,11123,11124,11125,11126,11127); +INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`) VALUES +-- Alliance +(11118, 16, 404, 0), -- Now Were Cookin / Cranberry Chutney +(11119, 16, 404, 0), -- Now Were Cookin / Candied Sweet Potato +(11120, 16, 404, 0), -- Now Were Cookin / Pumpkin Pie +(11121, 16, 404, 0), -- Now Were Cookin / Slow-Roasted Turkey +(11122, 16, 404, 0), -- Now Were Cookin / Spice Bread Stuffing +-- Horde +(11123, 16, 404, 0), -- Now Were Cookin / Candied Sweet Potato +(11124, 16, 404, 0), -- Now Were Cookin / Cranberry Chutney +(11125, 16, 404, 0), -- Now Were Cookin / Pumpkin Pie +(11126, 16, 404, 0), -- Now Were Cookin / Slow-Roasted Turkey +(11127, 16, 404, 0); -- Now Were Cookin / Spice Bread Stuffing |