Fix broken global drops since merge from master

This commit is contained in:
P0nk
2024-09-13 23:02:12 +02:00
parent f41268cdde
commit 8bce0922d9

View File

@@ -753,7 +753,7 @@ public class MapleMap {
chRate = 1;
}
final List<MonsterGlobalDropEntry> globalEntry = dropProvider.getRelevantGlobalDrops(this.getId());
final List<MonsterGlobalDropEntry> globalEntry = new ArrayList<>(dropProvider.getRelevantGlobalDrops(this.getId()));
final List<MonsterDropEntry> dropEntry = new ArrayList<>();
final List<MonsterDropEntry> visibleQuestEntry = new ArrayList<>();