diff options
author | shennetsind <ind@henn.et> | 2013-07-22 11:41:31 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-22 11:41:31 -0300 |
commit | 0090e0303d9dd56e91b88fa331c3952097c592da (patch) | |
tree | 900aa6216b8738a1c19ff75147b00b12b3243fe5 /src/map | |
parent | 00dd6a4973bd9e7e324621f526c4489bd6e5bdf0 (diff) | |
parent | a71a77303f3889bf87dfa96e58a9c8902aab4b27 (diff) | |
download | hercules-0090e0303d9dd56e91b88fa331c3952097c592da.tar.gz hercules-0090e0303d9dd56e91b88fa331c3952097c592da.tar.bz2 hercules-0090e0303d9dd56e91b88fa331c3952097c592da.tar.xz hercules-0090e0303d9dd56e91b88fa331c3952097c592da.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/homunculus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index 5a9d7ac28..a1dd38b68 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -1146,8 +1146,8 @@ bool homunculus_read_skill_db_sub(char* split[], int columns, int current) { int j; int minJobLevelPresent = 0; - if( columns == 14 ) - minJobLevelPresent = 1; // MinJobLvl has been added + if( columns == 15 ) + minJobLevelPresent = 1; // MinJobLvl has been added - FIXME: is this extra field even needed anymore? // check for bounds [celest] classid = atoi(split[0]) - HM_CLASS_BASE; |