summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authornsstrunks <nsstrunks@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 17:57:25 +0000
committernsstrunks <nsstrunks@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 17:57:25 +0000
commit25bea7170287178695d1b9678bb93731c12a041f (patch)
treef15141b4e8a8018b4f4c944bb7355779c78846f1 /src/map/atcommand.h
parentb5491e298eac626214da63235d6bec2c66d17421 (diff)
downloadhercules-25bea7170287178695d1b9678bb93731c12a041f.tar.gz
hercules-25bea7170287178695d1b9678bb93731c12a041f.tar.bz2
hercules-25bea7170287178695d1b9678bb93731c12a041f.tar.xz
hercules-25bea7170287178695d1b9678bb93731c12a041f.zip
Added a few new GM commands.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@609 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 696e391e6..d0aac3a49 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -217,7 +217,20 @@ enum AtCommandType {
AtCommand_Divorce, // by MouseJstr
AtCommand_Rings, // by MouseJstr
AtCommand_Grind, // by MouseJstr
-
+
+ AtCommand_JumpToId, // by Dino9021
+ AtCommand_JumpToId2, // by Dino9021
+ AtCommand_RecallId, // by Dino9021
+ AtCommand_RecallId2, // by Dino9021
+ AtCommand_KickId, // by Dino9021
+ AtCommand_KickId2, // by Dino9021
+ AtCommand_ReviveId, // by Dino9021
+ AtCommand_ReviveId2, // by Dino9021
+ AtCommand_KillId, // by Dino9021
+ AtCommand_KillId2, // by Dino9021
+ AtCommand_CharKillableId, // by Dino9021
+ AtCommand_CharKillableId2, // by Dino9021
+
// end
AtCommand_Unknown,
AtCommand_MAX