FIX: Thank you badge had incorrect criteria

This commit is contained in:
Robin Ward 2016-03-17 13:03:29 -04:00
parent 577f0e9e4e
commit b0e23c9f56
2 changed files with 2 additions and 2 deletions

View file

@ -2984,7 +2984,7 @@ en:
description: Used the maximum amount of likes in a day 20 times
thank_you:
name: Thank You
description: Has at least 6 liked posts and a high like ratio
description: Has at least 20 liked posts
gives_back:
name: Gives Back
description: Has at least 100 liked posts and a very high like ratio

View file

@ -314,7 +314,7 @@ end
[
[Badge::ThankYou, "Thank You", BadgeType::Bronze, 6, 0.50],
[Badge::ThankYou, "Thank You", BadgeType::Bronze, 20, 0.00],
[Badge::GivesBack, "Gives Back", BadgeType::Silver, 100, 1.0],
[Badge::Empathetic, "Empathetic", BadgeType::Gold, 500, 2.0],
].each do |spec|