Modificha parsing
This commit is contained in:
@@ -4348,7 +4348,7 @@ namespace CMS_CORE_Library.Osai
|
||||
ShankId = short.Parse(x[2]),
|
||||
Status = byte.Parse(x[3]),
|
||||
OffsetLength = short.Parse(x[4]),
|
||||
ResidualLife = byte.Parse(x[5]),
|
||||
ResidualLife = int.Parse(x[5]),
|
||||
ResidualRevive = uint.Parse(x[6]),
|
||||
OffsetId1 = ushort.Parse(x[7]),
|
||||
OffsetId2 = ushort.Parse(x[8]),
|
||||
|
||||
Reference in New Issue
Block a user