From 8b00d9bd079514a1c307ef5d2e6614055e8f874e Mon Sep 17 00:00:00 2001 From: malufett Date: Sun, 21 Jul 2013 21:06:43 +0800 Subject: Fixed Bug#7558 -Where 'bLongAtkDef' is not working properly with physical attack. Fixed Bug#7530 -Where Masquerades affect boss monsters. Signed-off-by: malufett --- src/map/status.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 0d8bedc5e..58e844529 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6940,6 +6940,14 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_ELECTRICSHOCKER: case SC_MAGNETICFIELD: + // Masquerades + case SC__ENERVATION: + case SC__GROOMY: + case SC__LAZINESS: + case SC__UNLUCKY: + case SC__WEAKNESS: + case SC__IGNORANCE: + return 0; } } -- cgit v1.2.3-70-g09d2