From f2cd09b51583177a2ef74c3b52f58986b13bedf3 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 16 Mar 2006 17:29:23 +0000 Subject: - Small change in the random item reading function, may fix @itemdbreload messing up random item searches. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5630 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ src/map/itemdb.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d9f53fa03..ea6451c63 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS 2006/03/16 + * Small change in the random item reading function, may fix @itemdbreload + messing up random item searches. [Skotlex] * Restricted GS_BULLSEYE to only be used on demi-human or brute monster targets [MasterOfMuppets] 2006/03/15 * mob_chat_sub fix. Added buildin_pcblockmove. [Lance] diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 12d434acb..9d64e4184 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -407,6 +407,8 @@ static int itemdb_read_randomitem(void) char *fn=(char *) data[i].filename; *pdefault = 0; + *pc = 0; //zero the count in case we are reloading. [Skotlex] + sprintf(line, "%s/%s", db_path, fn); if( (fp=fopen(line,"r"))==NULL ){ ShowError("can't read %s\n",line); -- cgit v1.2.3-70-g09d2