summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-23 10:35:02 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-23 10:35:02 +0000
commitf06d1020a56c6d7602cbf5176c1ba3d3525b4c3e (patch)
treed9e826ac458290af97d8394a433da802aed33054 /src/map/atcommand.h
parentfb8340df44d09c75593c2b97dc4fdba18d081899 (diff)
downloadhercules-f06d1020a56c6d7602cbf5176c1ba3d3525b4c3e.tar.gz
hercules-f06d1020a56c6d7602cbf5176c1ba3d3525b4c3e.tar.bz2
hercules-f06d1020a56c6d7602cbf5176c1ba3d3525b4c3e.tar.xz
hercules-f06d1020a56c6d7602cbf5176c1ba3d3525b4c3e.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@334 54d463be-8e91-2dee-dedb-b68131a5f0ec
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