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
@@ -86,7 +86,7 @@ public class RepairMsgHandler extends AbstractClientMsgHandler {
//make sure item is damaged and not destroyed
short dur = (short) toRepair.combat_health_current;
short max = (short) toRepair.template.item_health_full;
short max = (short) toRepair.template.combat_health_full;
//account for durability modifications