diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index bce1989e5..7d2623fce 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -515,7 +515,7 @@ static void itemdb_read_itemgroup_sub(const char* filename) char w1[1024], w2[1024]; if( (fp=fopen(filename,"r"))==NULL ){ - ShowError("can't read %s\n", line); + ShowError("can't read %s\n", filename); return; } |