summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 0c6d6d6fb..dba67d0fb 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -5877,7 +5877,7 @@ int status_readdb(void) {
}
if(j < MAX_WEAPON_TYPE + 5)
{ //Weapon #.MAX_WEAPON_TYPE is constantly not load. Fix to that: replace < with <= [blackhole89]
- ShowDebug("%s: Not enough columns at line %d\n", i, j);
+ ShowDebug("%s: Not enough columns at line %d\n", path, i);
continue;
}
if(atoi(split[0])>=MAX_PC_CLASS)