summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-07-21 21:06:43 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2013-07-21 21:06:43 +0800
commit8b00d9bd079514a1c307ef5d2e6614055e8f874e (patch)
treeae70c79bed6700f3bbf42fd639d690a87fe4c7df /src/map/status.c
parent94d75f867a6dae10f05a8c2399a301c66b53bce3 (diff)
downloadhercules-8b00d9bd079514a1c307ef5d2e6614055e8f874e.tar.gz
hercules-8b00d9bd079514a1c307ef5d2e6614055e8f874e.tar.bz2
hercules-8b00d9bd079514a1c307ef5d2e6614055e8f874e.tar.xz
hercules-8b00d9bd079514a1c307ef5d2e6614055e8f874e.zip
Fixed Bug#7558
-Where 'bLongAtkDef' is not working properly with physical attack. Fixed Bug#7530 -Where Masquerades affect boss monsters. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c8
1 files changed, 8 insertions, 0 deletions
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;
}
}