summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index c5fa07c..4eb49e3 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -1715,12 +1715,10 @@ int pc_bonus(struct map_session_data *sd, SP type, int val)
sd->sprecov_rate += val;
break;
#endif
-#if 0
case SP::CRITICAL_DEF:
if (sd->state.lr_flag != 2)
sd->critical_def += val;
break;
-#endif
#if 0
case SP::DOUBLE_RATE:
if (sd->state.lr_flag == 0 && sd->double_rate < val)