diff --git a/src/map/status.c b/src/map/status.c index 430bfde953..7a9a64c159 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7752,12 +7752,6 @@ int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_typ case SC_QUAGMIRE: case SC_SUITON: case SC_SWINGDANCE: - case SC__ENERVATION: - case SC__GROOMY: - case SC__IGNORANCE: - case SC__LAZINESS: - case SC__UNLUCKY: - case SC__WEAKNESS: return 0; } }