Skip to content
Permalink
Browse files
Fixed Bug #7101
-where Taekwon in the fame ranking loses there skill tree when changing state(map change, equipping & etc).

Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
  • Loading branch information
malufett committed Mar 22, 2013
1 parent c58f741 commit 61a450b27d184ba336dc3f0899f7790e938ec463
Showing with 1 addition and 1 deletion.
  1. +1 −1 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
}

0 comments on commit 61a450b

Please sign in to comment.