diff options
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.) |