Refactor of item.name; simplification.

This commit is contained in:
2024-03-16 08:56:22 -04:00
parent c54b0470fa
commit 3fdafe176b
6 changed files with 47 additions and 67 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ public class dbItemHandler extends dbHandlerBase {
preparedStatement.setByte(8, (byte) toAdd.equipSlot.ordinal());
preparedStatement.setInt(9, toAdd.getFlags());
preparedStatement.setString(10, toAdd.getCustomName());
preparedStatement.setString(10, toAdd.name);
ResultSet rs = preparedStatement.executeQuery();