From fe02fc4578e802610df2067123e7d94a659c9d00 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Wed, 24 Nov 2010 23:42:57 +0000 Subject: Display a message showing the user where to change MAX_ITEMDELAYS when they have too many entries in the item_delays db. Follow-up to r14455. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14499 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/itemdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/itemdb.c') diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 2096ddf9e..d1eed4b27 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -680,7 +680,7 @@ static int itemdb_read_itemdelay(void) while(fgets(line, sizeof(line), fp)) { if (item_delays == MAX_ITEMDELAYS) { - ShowError("itemdb_read_itemdelay: Too many entries specified in %s/item_delay.txt!\n", db_path); + ShowError("itemdb_read_itemdelay: Too many entries specified in %s/item_delay.txt! Increase MAX_ITEMDELAYS in itemdb.h!\n", db_path); break; } if (line[0] == '/' && line[1] == '/') -- cgit v1.2.3-60-g2f50