diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 14:31:17 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 14:31:17 +0000 |
commit | 81ff879313b29ee97375d214b00f78b1f75d3d4a (patch) | |
tree | fb24b8968145131e12919645166b89fcb1383ee6 /src/map/atcommand.h | |
parent | b005f9413dbdc081fa09365f927677e7f7e9319d (diff) | |
download | hercules-81ff879313b29ee97375d214b00f78b1f75d3d4a.tar.gz hercules-81ff879313b29ee97375d214b00f78b1f75d3d4a.tar.bz2 hercules-81ff879313b29ee97375d214b00f78b1f75d3d4a.tar.xz hercules-81ff879313b29ee97375d214b00f78b1f75d3d4a.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@292 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index cccdaa89a..77ecebf79 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -80,9 +80,7 @@ enum AtCommandType { AtCommand_PetRename, AtCommand_CharPetRename, // by Yor AtCommand_Recall, - AtCommand_CharacterJob, - AtCommand_CharacterJob2, - AtCommand_CharacterJob3, +// AtCommand_CharacterJob, // Now #jobchange AtCommand_Revive, AtCommand_CharacterStats, AtCommand_CharacterStatsAll, @@ -201,6 +199,7 @@ enum AtCommandType { AtCommand_Refresh, // by MC Cameri AtCommand_PetId, // by MC Cameri AtCommand_Identify, // by MC Cameri + AtCommand_Gmotd, // Added by MC Cameri, created by davidsiaw // SQL-only commands start #ifndef TXT_ONLY |