diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-14 00:33:01 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-14 00:33:01 +0000 |
commit | 4aee20b0e1fdfb23d9336cea77a0985e463ea081 (patch) | |
tree | 0cca8570cea1e328d527952640287db50de5d6f6 /src/map/mob.c | |
parent | c9e34e95d3d79d28927300684aaab6940fd03c9e (diff) | |
download | hercules-4aee20b0e1fdfb23d9336cea77a0985e463ea081.tar.gz hercules-4aee20b0e1fdfb23d9336cea77a0985e463ea081.tar.bz2 hercules-4aee20b0e1fdfb23d9336cea77a0985e463ea081.tar.xz hercules-4aee20b0e1fdfb23d9336cea77a0985e463ea081.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@566 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index a7516c784..a057d12e1 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3959,7 +3959,8 @@ static int mob_readdb_mobavail(void) ln++; } fclose(fp); - printf("read db/mob_avail.txt done (count=%d)\n",ln); + sprintf(tmp_output,"Done reading '\033[1;29m%d\033[0;0m' entries in '\033[1;29m%s\033[0;0m'.\n",ln,"db/mob_avail.txt"); + ShowStatus(tmp_output); return 0; } |