summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index ee883d736..3cd14fcef 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -1087,7 +1087,7 @@ int pc_calc_skilltree_normalize_job(int c, struct map_session_data *sd) {
case 17:
c = 6;
break;
-// #if 0
+#if 0
case 4008:
case 4014:
case 4015:
@@ -1142,7 +1142,7 @@ int pc_calc_skilltree_normalize_job(int c, struct map_session_data *sd) {
case 4043:
c = 4029;
break;
-// #endif
+#endif
}
}
}