diff --git a/NominaOcculta/NameRepository.cs b/NominaOcculta/NameRepository.cs index 5d8b837..0ee8162 100755 --- a/NominaOcculta/NameRepository.cs +++ b/NominaOcculta/NameRepository.cs @@ -126,7 +126,7 @@ namespace NominaOcculta { } if (info.sex == 0xFF) { - info.clan = (byte) this.Rng.Next(0, 2); + info.sex = (byte) this.Rng.Next(0, 2); } // get a name for the given info if possible