summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorcsnv <ctt@csnv.es>2015-07-03 18:50:54 +0200
committercsnv <ctt@csnv.es>2015-07-03 18:50:54 +0200
commitab3b17b12e3da7b2f5bb7b43546dd4d60fd934b7 (patch)
treec413a8bde03c0165b1b8fa1efbec409d58e26868 /src/map/status.c
parent53c8d6755372b34f0f6b53433b57fa061e1cc7a8 (diff)
downloadhercules-ab3b17b12e3da7b2f5bb7b43546dd4d60fd934b7.tar.gz
hercules-ab3b17b12e3da7b2f5bb7b43546dd4d60fd934b7.tar.bz2
hercules-ab3b17b12e3da7b2f5bb7b43546dd4d60fd934b7.tar.xz
hercules-ab3b17b12e3da7b2f5bb7b43546dd4d60fd934b7.zip
Corrected critical bonus display
- Fixes #573
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/status.c b/src/map/status.c
index fa6d4ea8c..685febcdb 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -3586,12 +3586,6 @@ void status_calc_bl_main(struct block_list *bl, /*enum scb_flag*/int flag) {
st->cri = status->calc_critical(bl, sc, bst->cri, true);
else
st->cri = status->calc_critical(bl, sc, bst->cri + 3*(st->luk - bst->luk), true);
- /**
- * after status_calc_critical so the bonus is applied despite if you have or not a sc bugreport:5240
- **/
- if( bl->type == BL_PC && ((TBL_PC*)bl)->status.weapon == W_KATAR )
- st->cri <<= 1;
-
}
if(flag&SCB_FLEE2 && bst->flee2) {