Revert value store

This commit is contained in:
2024-03-25 11:29:53 -04:00
parent 0004215605
commit 72ce1e0694
@@ -2357,9 +2357,6 @@ public class CharacterItemManager {
if (!DbManager.ItemQueries.SET_DURABILITY(item, dur))
return;
item.setCombat_health_current((short) dur);
item.value = (int) (item.template.item_value * (item.combat_health_current / item.template.combat_health_full));
if (!DbManager.ItemQueries.UPDATE_VALUE(item, item.value))
return;
}
if (this.absCharacter.getObjectType().equals(GameObjectType.PlayerCharacter) == false)