GTB should not block Masquerade status changes (#1905)

* Fixes #1901
Thanks to @zackdreaver and @RagnarokNova!
This commit is contained in:
Lemongrass3110 2017-01-24 18:04:32 +01:00 committed by Aleos
parent 14b381dcc7
commit 08d55d80f5

View File

@ -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_QUAGMIRE:
case SC_SUITON: case SC_SUITON:
case SC_SWINGDANCE: case SC_SWINGDANCE:
case SC__ENERVATION:
case SC__GROOMY:
case SC__IGNORANCE:
case SC__LAZINESS:
case SC__UNLUCKY:
case SC__WEAKNESS:
return 0; return 0;
} }
} }