summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-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 ba29547ca..87f05f197 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4867,8 +4867,8 @@ int pc_resetskill(struct map_session_data* sd, int flag)
{
sd->status.skill[i].lv = 0;
sd->status.skill[i].flag = 0;
+ continue;
}
- continue;
if( inf2&INF2_QUEST_SKILL && !battle_config.quest_skill_learn )
{ //Only handle quest skills in a special way when you can't learn them manually