Merge pull request #761 from rathena/hotfix/atcommand_doc

Updated atcommand documentation
* Added atcommand changecharsex to the atcommand documentation.
This commit is contained in:
Aleos 2015-11-20 09:42:09 -05:00
commit ad3a74bb8f
2 changed files with 10 additions and 4 deletions

View File

@ -1151,6 +1151,12 @@ Changes the gender attached to the player's account.
--------------------------------------- ---------------------------------------
@changecharsex
Changes the gender attached to the player's character.
---------------------------------------
@marry <player 1> <player 2> @marry <player 1> <player 2>
@divorce <player> @divorce <player>

View File

@ -6770,8 +6770,8 @@ ACMD_FUNC(uptime)
} }
/*========================================== /*==========================================
* @changesex <sex> * @changesex
* => Changes one's account sex. Argument sex can be 0 or 1, m or f, male or female. * => Changes one's account sex. Switch from male to female or visversa
*------------------------------------------*/ *------------------------------------------*/
ACMD_FUNC(changesex) ACMD_FUNC(changesex)
{ {
@ -6791,8 +6791,8 @@ ACMD_FUNC(changesex)
} }
/*========================================== /*==========================================
* @changecharsex <sex> * @changecharsex
* => Changes one's character sex. Argument sex can be 0 or 1, m or f, male or female. * => Changes one's character sex. Switch from male to female or visversa.
*------------------------------------------*/ *------------------------------------------*/
ACMD_FUNC(changecharsex) ACMD_FUNC(changecharsex)
{ {