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 dc623c71c..c66bd63ae 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -206,7 +206,7 @@ enum AtCommandType { AtCommand_SendMail, // [Valaris] AtCommand_DeleteMail, // [Valaris] AtCommand_SendPriorityMail, // [Valaris] - AtCommand_Sound, // [Valaris] +// AtCommand_Sound, // [Valaris] AtCommand_RefreshOnline, // [Valaris] // SQL-only commands end #endif @@ -232,6 +232,7 @@ enum AtCommandType { AtCommand_KillId2, // by Dino9021 AtCommand_CharKillableId, // by Dino9021 AtCommand_CharKillableId2, // by Dino9021 + AtCommand_Sound, // end AtCommand_Unknown, |