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 @@
| 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 |
| Constructed leagues |
| 1st | 10 boosters, 4 tengwar, 3 foil rares |
| 2nd | 8 boosters, 3 tengwar, 2 foil rares |
| 3rd | 6 boosters, 2 tengwar, 1 foil rares |
| 4th | 4 boosters, 1 tengwar |
- | 5th-8th | 3 boosters, 2 promos |
- | 9th-16th | 2 boosters, 1 promo |
+ | 5th-8th | 3 boosters |
+ | 9th-16th | 2 boosters |
| 17th-32nd | 1 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();