I added that to CharacterMapper.cs:
Output.PrestigeLevel = input.PrestigeLevel; On public static bool ToCharacter(CharacterDTO input, Character output)
Output.PrestigeLevel = input.PrestigeLevel on public static bool ToCharacterDTO(Character input, CharacterDTO output)
Btw Im using opennos Ciapas source.
Some suggestions about how to fix that?






