diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-30 00:23:50 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-30 23:40:37 +0800 |
commit | 1feeb9dc68f4c4125a4fde018456a6432632b042 (patch) | |
tree | 41ba349ab0920ccf46b0ec78b4260b3f4f22c215 /src/map/homunculus.c | |
parent | 0edf2360b185f0e1c68bb6ddbbbe3720af5651b3 (diff) | |
download | hercules-1feeb9dc68f4c4125a4fde018456a6432632b042.tar.gz hercules-1feeb9dc68f4c4125a4fde018456a6432632b042.tar.bz2 hercules-1feeb9dc68f4c4125a4fde018456a6432632b042.tar.xz hercules-1feeb9dc68f4c4125a4fde018456a6432632b042.zip |
Fix missing file path in console.
- show file path
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r-- | src/map/homunculus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index d3e815872..31744f479 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -1375,7 +1375,7 @@ static void homunculus_exp_db_read(void) homun->dbs->exptable[MAX_LEVEL - 1] = 0; } fclose(fp); - ShowStatus("Done reading '"CL_WHITE"%d"CL_RESET"' levels in '"CL_WHITE"%s"CL_RESET"'.\n", j, filename[i]); + ShowStatus("Done reading '"CL_WHITE"%d"CL_RESET"' levels in '"CL_WHITE"%s/%s"CL_RESET"'.\n", j, map->db_path, filename[i]); } } |