From e80f97dc86a7fea8df391ba547332d8c0c198d2e Mon Sep 17 00:00:00 2001 From: marcins78 Date: Tue, 5 Feb 2013 10:52:32 +0000 Subject: [PATCH] Fixing league prize description. --- .../src/main/web/includes/leagueRules.html | 8 ++++---- .../java/com/gempukku/lotro/league/FixedLeaguePrizes.java | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/leagueRules.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/leagueRules.html index 2667bf444..1106426d1 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/leagueRules.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/leagueRules.html @@ -107,16 +107,16 @@ 2nd25 boosters, 3 tengwar, 2 foil rares 3rd20 boosters, 2 tengwar, 1 foil rares 4th15 boosters, 1 tengwar - 5th-8th10 boosters, 2 promos - 9th-16th5 boosters, 1 promo + 5th-8th10 boosters + 9th-16th5 boosters 17th-32nd2 boosters Constructed leagues 1st10 boosters, 4 tengwar, 3 foil rares 2nd8 boosters, 3 tengwar, 2 foil rares 3rd6 boosters, 2 tengwar, 1 foil rares 4th4 boosters, 1 tengwar - 5th-8th3 boosters, 2 promos - 9th-16th2 boosters, 1 promo + 5th-8th3 boosters + 9th-16th2 boosters 17th-32nd1 booster diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/FixedLeaguePrizes.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/FixedLeaguePrizes.java index 66667acc3..5a1fd4d62 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/FixedLeaguePrizes.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/FixedLeaguePrizes.java @@ -96,8 +96,8 @@ public class FixedLeaguePrizes implements LeaguePrizes { //2nd - 25 boosters, 3 tengwar, 2 foil rares //3rd - 20 boosters, 2 tengwar, 1 foil rares //4th - 15 boosters, 1 tengwar -//5th-8th - 10 boosters, 2 promos -//9th-16th - 5 boosters, 1 promo +//5th-8th - 10 boosters +//9th-16th - 5 boosters //17th-32nd - 2 boosters private CardCollection getPrizeForCollectorsLeague(int position, int playersCount, int gamesPlayed, int maxGamesPlayed) { DefaultCardCollection prize = new DefaultCardCollection();