summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-08 05:52:55 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-08 05:52:55 +0000
commitcfe300e3dde5b98e44e61650a09bb587384060f8 (patch)
tree4f172a9967cc9dfcdeeb84a714c192f599d624b5 /src/map/pc.c
parent521590c9bf7714d5b7fef748dc8cb55efe6809d8 (diff)
downloadhercules-cfe300e3dde5b98e44e61650a09bb587384060f8.tar.gz
hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.tar.bz2
hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.tar.xz
hercules-cfe300e3dde5b98e44e61650a09bb587384060f8.zip
fixed compile issue. fixed ninja issues.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5510 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;