diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 4eeb86957..44c879c6e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -51,6 +51,8 @@ #define MOBID_EMPERIUM 1288
#define MAX_PC_BONUS 10
+//Designed for search functions, species max number of matches to display.
+#define MAX_SEARCH 5
#define MAX_DUEL 1024
//These mark the ID of the jobs, as expected by the client. [Skotlex]
|