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 396261a9c..acab72531 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -194,7 +194,8 @@ enum AtCommandType { AtCommand_SetBattleFlag, AtCommand_UnMute, AtCommand_UpTime, - AtCommand_ChangeSex, + AtCommand_ChangeSex, + AtCommand_Mute, // [celest] // SQL-only commands start #ifndef TXT_ONLY AtCommand_CheckMail, // [Valaris] |