Misc fixes

This commit is contained in:
hondacrx
2020-09-03 11:25:42 -04:00
parent 5932dccdc8
commit 2820d45a0d
9 changed files with 37 additions and 20 deletions
+1 -1
View File
@@ -488,8 +488,8 @@ namespace Game.Entities
if (val == 0)
val = 1;
ulong health = GetHealth();
SetUpdateFieldValue(m_values.ModifyValue(m_unitData).ModifyValue(m_unitData.MaxHealth), val);
ulong health = GetHealth();
// group update
if (IsTypeId(TypeId.Player))