diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 60301515c..fc8cb84e6 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -193,11 +193,15 @@ enum AtCommandType { AtCommand_Send, AtCommand_SetBattleFlag, AtCommand_UnMute, - AtCommand_UpTime, - AtCommand_ChangeSex, + AtCommand_UpTime, // by MC Cameri + AtCommand_ChangeSex, // by MC Cameri AtCommand_Mute, // [celest] - AtCommand_WhoZeny, // [Valaris] + AtCommand_WhoZeny, // [Valaris] <-- LOL...(MC Cameri) worth it. AtCommand_HappyHappyJoyJoy, // [Valaris] + AtCommand_Refresh, // by MC Cameri + AtCommand_PetId, // by MC Cameri + AtCommand_Identify, // by MC Cameri + // SQL-only commands start #ifndef TXT_ONLY AtCommand_CheckMail, // [Valaris] |