One last question. Are there are other errors your group found? I'm assuming there are more. If you please would list them so I can help with your group's confidence with the numerous bugs they are hitting. I apologize for the errors.
As per partial armor. I need more information here. Was it just the shield not persisting or was it another value like Max Maneuver, or the DB value itself?
headslap The code that saves the item information to the database had certain values "swapped". That is DBTrained was getting a value that was not correct. Its value would either be 0 or 1. Of course this would cause issues. I'm sorry for missing such a serious mistake. It has been addressed and I will be putting out a fix ASAP.
headslap ItemElement.AppendChild(CreateElement(xmlDoc, "ShieldTrained", items.ShieldTrained ? "1" : "0")); ItemElement.AppendChild(CreateElement(xmlDoc, "DBUntrained", items.DBUntrained.ToString().Trim())); ItemElement.AppendChild(CreateElement(xmlDoc, "DBTrained", (items.DBTrained).ToString().Trim())); The code that saves the item information to the database had certain values "swapped". That is DBTrained was getting a value that was not correct. Its value would either be 0 or 1. Of course this...
It appears the field for Full Shield <dbtrained> is getting wiped and a zero put in its place. </dbtrained>
Cannot Download AutoHARP3
This is more of a question about purchasing which I am currently working on with the person who issued the ticket. I am closing only because this isn't a bug.
New Character - doesn't add stat costs correctly.