diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 72d57af6a..c5ba3df58 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -191,7 +191,8 @@ enum AtCommandType { AtCommand_Send,
AtCommand_SetBattleFlag,
AtCommand_UnMute,
- AtCommand_UpTime,
+ AtCommand_UpTime,
+ AtCommand_ChangeSex,
// SQL-only commands start
#ifndef TXT_ONLY
AtCommand_CheckMail, // [Valaris]
|