combat_health_full used from json

This commit is contained in:
2024-03-25 05:29:15 -04:00
parent f523e4832e
commit 6a62f93cba
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public class dbItemHandler extends dbHandlerBase {
preparedStatement.setInt(2, toAdd.getTemplateID());
preparedStatement.setInt(3, (byte) toAdd.chargesRemaining);
preparedStatement.setInt(4, (short) toAdd.combat_health_current);
preparedStatement.setInt(5, (int) toAdd.template.item_health_full);
preparedStatement.setInt(5, (int) toAdd.template.combat_health_full);
if (toAdd.getNumOfItems() < 1)
preparedStatement.setInt(6, 1);