summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 23:13:58 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 23:13:58 +0000
commite34faf2b5aadc6b7c5d96e865f1aa40fca04bd67 (patch)
tree0ddc3d8818b223ce8a1982b7727d6ab04f479188 /src/map/atcommand.h
parent6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a (diff)
downloadhercules-e34faf2b5aadc6b7c5d96e865f1aa40fca04bd67.tar.gz
hercules-e34faf2b5aadc6b7c5d96e865f1aa40fca04bd67.tar.bz2
hercules-e34faf2b5aadc6b7c5d96e865f1aa40fca04bd67.tar.xz
hercules-e34faf2b5aadc6b7c5d96e865f1aa40fca04bd67.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@356 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 7db9de481..ee715bc4d 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -82,7 +82,7 @@ enum AtCommandType {
AtCommand_Recall,
// AtCommand_CharacterJob, // Now #jobchange
AtCommand_Revive,
- AtCommand_CharacterStats,
+// AtCommand_CharacterStats, // Now #stats
AtCommand_CharacterStatsAll,
// AtCommand_CharacterOption, // Now #option
// AtCommand_CharacterSave, // Now #save
@@ -111,7 +111,6 @@ enum AtCommandType {
AtCommand_IDSearch,
AtCommand_CharSkReset,
AtCommand_CharStReset,
- AtCommand_CharReset,
//by chbrules
AtCommand_CharModel,
AtCommand_CharSKPoint,
@@ -250,7 +249,9 @@ int atcommand_config_read(const char *cfgName);
int msg_config_read(const char *cfgName);
char *str_lower(char *str);
+
char * job_name(int class);
+int e_mail_check(unsigned char *email);
#endif