summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-19 08:04:33 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-19 08:04:33 +0000
commit48f8a39dbac7dd47104933a5c7cab30412987ecc (patch)
treed277b83b8b04a77b61bf2884f8d46d308875832e /src/map/itemdb.c
parent2b19bc81ba8005d28810b3180da9c6d0a58b01c8 (diff)
downloadhercules-48f8a39dbac7dd47104933a5c7cab30412987ecc.tar.gz
hercules-48f8a39dbac7dd47104933a5c7cab30412987ecc.tar.bz2
hercules-48f8a39dbac7dd47104933a5c7cab30412987ecc.tar.xz
hercules-48f8a39dbac7dd47104933a5c7cab30412987ecc.zip
* Added bSubSize, bHPGainValue, and bDamageWhenUnequip
* Updated bSPDrainValue/Rate * Set baby class players' size to 0(small) * Fixed item_db2.txt reading printing wrong number of entries read * Fixed @allskill not giving the newer stalker, whitesmith and creator skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1139 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c
index 5e19b1aca..41e2e2a75 100644
--- a/src/map/itemdb.c
+++ b/src/map/itemdb.c
@@ -381,6 +381,7 @@ static int itemdb_readdb(void)
fclose(fp);
sprintf(tmp_output,"Done reading '"CL_WHITE"%d"CL_RESET"' entries in '"CL_WHITE"%s"CL_RESET"'.\n",ln,filename[i]);
ShowStatus(tmp_output);
+ ln=0; // reset to 0
}
return 0;
}