forked from MagicBane/Server
Fixing equipslot db issue
This commit is contained in:
@@ -92,10 +92,7 @@ public class dbItemHandler extends dbHandlerBase {
|
||||
break;
|
||||
}
|
||||
|
||||
if (toAdd.equipSlot.equals(Enum.EquipSlotType.NONE))
|
||||
preparedStatement.setString(7, "");
|
||||
else
|
||||
preparedStatement.setString(7, toAdd.equipSlot.name());
|
||||
preparedStatement.setString(7, toAdd.equipSlot.name());
|
||||
|
||||
String flagString = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user