summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/pc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 975c4a5c7..7287c0c81 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -3665,8 +3665,6 @@ int pc_jobid2mapid(unsigned short b_class)
class_ = MAPID_XMAS;
break;
default:
- if (battle_config.error_log)
- ShowError("pc_jobid2mapid: Unrecognized job %d!\n", b_class);
return -1;
}
return class_;
@@ -3816,8 +3814,6 @@ int pc_mapid2jobid(unsigned short class_, int sex) {
case MAPID_BABY_ROGUE:
return JOB_BABY_ROGUE;
default:
- if (battle_config.error_log)
- ShowError("pc_mapid2jobid: Unrecognized job %d!\n", class_);
return -1;
}
}