Merge branch 'master' into feat/postgresql-database

This commit is contained in:
P0nk
2024-10-21 05:52:25 +02:00
2 changed files with 201 additions and 1 deletions

View File

@@ -2028,7 +2028,7 @@ public class ItemInformationProvider {
try (ResultSet rs = ps.executeQuery()) {
if (rs.next()) {
int dropperid = rs.getInt("dropperid");
itemid = getCrystalForLevel(LifeFactory.getMonsterLevel(dropperid) - 1);
itemid = getCrystalForLevel(LifeFactory.getMonsterLevel(dropperid));
}
}
}