From 01b53ff00263eb819966aead641d9c8dbd209170 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 18 Dec 2021 14:27:10 -0600 Subject: [PATCH] Moved the new set 33 serialization to the end to hopefully fix the broken trophies --- .../com/gempukku/lotro/collection/CollectionSerializer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/collection/CollectionSerializer.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/collection/CollectionSerializer.java index b4117ca95..15b8e0755 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/collection/CollectionSerializer.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/collection/CollectionSerializer.java @@ -55,7 +55,6 @@ public class CollectionSerializer { loadSet("30"); loadSet("31"); loadSet("32"); - loadSet("33"); //April 2021 PC Promos _singleByteCountItems.add("11_267"); @@ -76,6 +75,8 @@ public class CollectionSerializer { //November 2021 PC Promos _singleByteCountItems.add("8_123"); _singleByteCountItems.add("9_54"); + + loadSet("33"); } private void fillDoubleByteItems() throws IOException {