forked from MagicBane/Server
Fixing equipslot db issue
This commit is contained in:
@@ -92,9 +92,6 @@ public class dbItemHandler extends dbHandlerBase {
|
|||||||
break;
|
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 = "";
|
String flagString = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user