diff --git a/src/map/status.c b/src/map/status.c index 998a9b5eb2..0228ec367a 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -216,6 +216,7 @@ void initChangeTables(void) { set_sc(NPC_KEEPING, SC_KEEPING, SI_BLANK, SCB_DEF); add_sc(NPC_DARKBLESSING, SC_COMA); set_sc(NPC_BARRIER, SC_BARRIER, SI_BLANK, SCB_MDEF|SCB_DEF); + add_sc(NPC_DEFENDER, SC_ARMOR); add_sc(NPC_LICK, SC_STUN); set_sc(NPC_HALLUCINATION, SC_HALLUCINATION, SI_HALLUCINATION, SCB_NONE); add_sc(NPC_REBIRTH, SC_KAIZEL);