From 5c8c4085e746341f2273aaa67c481621a8276e4a Mon Sep 17 00:00:00 2001 From: xazax-hun Date: Thu, 3 May 2012 19:35:17 +0000 Subject: * Implemented an atcommand suggestion system. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/config/core.h') 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.) -- cgit v1.2.3-60-g2f50