From 61a450b27d184ba336dc3f0899f7790e938ec463 Mon Sep 17 00:00:00 2001 From: malufett Date: Fri, 22 Mar 2013 22:41:22 +0800 Subject: Fixed Bug #7101 -where Taekwon in the fame ranking loses there skill tree when changing state(map change, equipping & etc). Signed-off-by: malufett --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') 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 } -- cgit v1.2.3-60-g2f50