summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-03-27 13:23:34 -0300
committershennetsind <ind@henn.et>2013-03-27 13:23:34 -0300
commitc042a058ce575ff61c95ffa304e493683d50871f (patch)
tree513a88c4e60df25456f0127d43916fd83affcd01 /src/map/pc.c
parent90f117f6b071c9c12bb8b521b6de46301639e75c (diff)
parent61a450b27d184ba336dc3f0899f7790e938ec463 (diff)
downloadhercules-c042a058ce575ff61c95ffa304e493683d50871f.tar.gz
hercules-c042a058ce575ff61c95ffa304e493683d50871f.tar.bz2
hercules-c042a058ce575ff61c95ffa304e493683d50871f.tar.xz
hercules-c042a058ce575ff61c95ffa304e493683d50871f.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 840bf0c03..1d8da86e2 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
}