summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-30 15:28:51 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-30 15:28:51 +0000
commitb5e26741e89eaacc538b0418c80eecb3827d739c (patch)
treea7f6fdc1887d3f89f351720684feb04bfd8a5387 /src/map
parentfe073716ed8f293e1d6e58dec42db1e5c7881149 (diff)
downloadhercules-b5e26741e89eaacc538b0418c80eecb3827d739c.tar.gz
hercules-b5e26741e89eaacc538b0418c80eecb3827d739c.tar.bz2
hercules-b5e26741e89eaacc538b0418c80eecb3827d739c.tar.xz
hercules-b5e26741e89eaacc538b0418c80eecb3827d739c.zip
slight cleanup for r13336
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13339 54d463be-8e91-2dee-dedb-b68131a5f0ec
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