From 1812fddc2936e76e6a07fc01985dec9405c6d402 Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 30 Mar 2016 17:55:47 +0200 Subject: [PATCH] Adoramus vs MDEF (follow-up to 1ca9fb5, fixes #1067) * Adoramus chance can no longer be reduced by target MDEF --- src/map/status.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/map/status.c b/src/map/status.c index f151b513d6..2315047e94 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7570,8 +7570,6 @@ int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_typ case SC_DECREASEAGI: if (sd) tick >>= 1; // Half duration for players. - // Fall through - case SC_ADORAMUS: // Arch Bishop sc_def2 = status->mdef*100; break; case SC_ANKLE: