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 --- Changelog-Trunk.txt | 1 + src/map/itemdb.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 69f2d4ca4..278c8524c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/11/24 + * 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. [Paradox924X] * Fixed pets with player sprites causing the client to crash while looking for non-existing resources (topic:260895, follow up to r14488). [Ai4rei] * Fixed calls to pc_delautobonus assuming map_session_data::autobonus2 and map_session_data::autobonus3 arrays having the same size as map_session_data::autobonus (since r13915). [Ai4rei] 2010/11/23 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-70-g09d2