Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5b572023b | ||
|
|
cced80991f |
@@ -2063,7 +2063,7 @@ public class ItemInformationProvider {
|
|||||||
try (ResultSet rs = ps.executeQuery()) {
|
try (ResultSet rs = ps.executeQuery()) {
|
||||||
if (rs.next()) {
|
if (rs.next()) {
|
||||||
int dropperid = rs.getInt("dropperid");
|
int dropperid = rs.getInt("dropperid");
|
||||||
itemid = getCrystalForLevel(LifeFactory.getMonsterLevel(dropperid) - 1);
|
itemid = getCrystalForLevel(LifeFactory.getMonsterLevel(dropperid));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user