summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index a87166064..f5e4fb11f 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -78,13 +78,13 @@ enum AtCommandType {
AtCommand_PetFriendly,
AtCommand_PetHungry,
AtCommand_PetRename,
- AtCommand_CharPetRename, // by Yor
+// AtCommand_CharPetRename, // by Yor, Now #petrename
AtCommand_Recall,
// AtCommand_CharacterJob, // Now #jobchange
AtCommand_Revive,
AtCommand_CharacterStats,
AtCommand_CharacterStatsAll,
- AtCommand_CharacterOption,
+// AtCommand_CharacterOption, // Now #option
AtCommand_CharacterSave,
AtCommand_CharacterLoad,
AtCommand_Night,
@@ -250,6 +250,7 @@ int atcommand_config_read(const char *cfgName);
int msg_config_read(const char *cfgName);
char *str_lower(char *str);
+char * job_name(int class);
#endif