diff --git a/doc/atcommands.txt b/doc/atcommands.txt index a0c2326ba6..7a647f61ac 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -1151,6 +1151,12 @@ Changes the gender attached to the player's account. --------------------------------------- +@changecharsex + +Changes the gender attached to the player's character. + +--------------------------------------- + @marry @divorce diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 0ba3f1f910..3a6eeb1fbe 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -6770,8 +6770,8 @@ ACMD_FUNC(uptime) } /*========================================== - * @changesex - * => Changes one's account sex. Argument sex can be 0 or 1, m or f, male or female. + * @changesex + * => Changes one's account sex. Switch from male to female or visversa *------------------------------------------*/ ACMD_FUNC(changesex) { @@ -6791,8 +6791,8 @@ ACMD_FUNC(changesex) } /*========================================== - * @changecharsex - * => Changes one's character sex. Argument sex can be 0 or 1, m or f, male or female. + * @changecharsex + * => Changes one's character sex. Switch from male to female or visversa. *------------------------------------------*/ ACMD_FUNC(changecharsex) {