Adoramus vs MDEF (follow-up to 1ca9fb5, fixes #1067)

* Adoramus chance can no longer be reduced by target MDEF
This commit is contained in:
Playtester 2016-03-30 17:55:47 +02:00
parent d89aeae750
commit 1812fddc29

View File

@ -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: