diff options
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 4bd66a67c..1cb1c1f9e 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1442,7 +1442,7 @@ int pc_calc_skilltree(struct map_session_data *sd) sd->status.skill[id].id = id; sd->status.skill[id].flag = SKILL_FLAG_TEMPORARY; // So it is not saved, and tagged as a "bonus" skill. } - else + else if( id != NV_BASIC) { sd->status.skill[id].flag = SKILL_FLAG_REPLACED_LV_0 + sd->status.skill[id].lv; // Remember original level } |