diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 14:10:29 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 14:10:29 +0000 |
commit | 578728adfd125eeac56150705b41e05cd4d970e4 (patch) | |
tree | ceebfb17f07585a25282ac14241f85cd1b34ea3c /src/map/atcommand.h | |
parent | 4d51983e59c4d4008c7ed83380588959be7fad0c (diff) | |
download | hercules-578728adfd125eeac56150705b41e05cd4d970e4.tar.gz hercules-578728adfd125eeac56150705b41e05cd4d970e4.tar.bz2 hercules-578728adfd125eeac56150705b41e05cd4d970e4.tar.xz hercules-578728adfd125eeac56150705b41e05cd4d970e4.zip |
- Added at command @commands, displays the list of commands available to you.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6313 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 08df26523..f67c12844 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -268,7 +268,7 @@ enum AtCommandType { AtCommand_Clone, // [Valaris]
AtCommand_ToNPC, // LuzZza
-
+ AtCommand_Commands, // [Skotlex]
// end <- Ahem, guys, don't place AtCommands after AtCommand_Unknown! [Skotlex]
AtCommand_Unknown,
AtCommand_MAX
|