diff options
author | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-03 19:35:17 +0000 |
---|---|---|
committer | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-03 19:35:17 +0000 |
commit | 5c8c4085e746341f2273aaa67c481621a8276e4a (patch) | |
tree | aa79ce27f3cabe79683a490424ada91fecde8dc3 /src/map/config | |
parent | 833c646ee7b1c67e8a4ec03ef2c83cf89805063c (diff) | |
download | hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.gz hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.bz2 hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.xz hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.zip |
* Implemented an atcommand suggestion system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/config')
-rw-r--r-- | src/map/config/core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/config/core.h b/src/map/config/core.h index 519df60e7..9963d38b9 100644 --- a/src/map/config/core.h +++ b/src/map/config/core.h @@ -13,6 +13,11 @@ **/ #define AUTOLOOTITEM_SIZE 10 +/** + * The maximum number of atcommand suggestions + **/ +#define MAX_SUGGESTIONS 10 + /// leave this line uncommented to enable callfunc checks when processing scripts. /// while allowed, the script engine will attempt to match user-defined functions /// in scripts allowing direct function callback (without the use of callfunc.) |