summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index aa7e49481..792125ae5 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -3977,6 +3977,7 @@ unsigned short pc_jobid2mapid(unsigned short b_class)
break;
case JOB_GUNSLINGER:
class_ |= MAPID_GUNSLINGER;
+ break;
case JOB_NINJA:
class_ |= MAPID_NINJA;
break;