summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-01 17:59:34 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-01 17:59:34 +0000
commitc8d4b89b3de0e8db730fbd375c5b4abd38ac6dff (patch)
tree4e4aea82151528492ca70b515bd59deb00152b80 /src/map/atcommand.h
parent5c7ca41032aec98589071c485eccf695f594638c (diff)
downloadhercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.gz
hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.bz2
hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.xz
hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.zip
- Cleaned up some more the SC_JAILED code
- merged in atcommands jailfor, jailtime, charjailtime. Thanks to Meruru and Coltaro for the code. - Cleaned the code of atcommnds jail and unjail - Be warned that the code MAY contain bugs as I adjusted it to save the character's position before jailing, allowing the automatic unjailing to warp you back to the exact spot you were at before being jailed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8038 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index f6b256eff..d199f364f 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -142,6 +142,9 @@ enum AtCommandType {
AtCommand_CharDelItem, // by Yor
AtCommand_Jail, // by Yor
AtCommand_UnJail, // by Yor
+ AtCommand_JailFor, // Meruru
+ AtCommand_JailTime, // Coltaro
+ AtCommand_CharJailTime, // Coltaro
AtCommand_Disguise, // [Valaris]
AtCommand_UnDisguise, // by Yor
AtCommand_CharDisguise, // Kalaspuff