diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 15 |
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 |