diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 6edbeba69..1ca2b9be5 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4738,6 +4738,7 @@ int atcommand_character_joblevel( if (pl_s_class.job == 0) max_level -= 40; if ((pl_s_class.job == 23) || (pl_s_class.upper == 1 && pl_s_class.type == 2)) //スパノビと転生職はJobレベルの最高が70 + // To-do: super novices has max level 99 - celest max_level += 20; if (level > 0) { |