diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-10 05:54:28 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-10 05:54:28 +0000 |
commit | bac08d580258b69b365db32ab1705df232851c5b (patch) | |
tree | 9f1e3ca599e89419b1486055c45732b5f6676f29 /src/map/status.c | |
parent | ca217557a8f647f06e11a1d89592bc0b1c4d1b3e (diff) | |
download | hercules-bac08d580258b69b365db32ab1705df232851c5b.tar.gz hercules-bac08d580258b69b365db32ab1705df232851c5b.tar.bz2 hercules-bac08d580258b69b365db32ab1705df232851c5b.tar.xz hercules-bac08d580258b69b365db32ab1705df232851c5b.zip |
Fixed bugreport:7151 where NJ_ISSEN don't consume HP on plant type monsters.
Fixed bugreport:7154 where RC_BOSS type monsters are not immune with SC_DEEPSLEEP.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17090 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 1a8bc247d..357683c95 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6821,10 +6821,12 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_ROKISWEIL: case SC_FOGWALL: case SC_FREEZING: - case SC_BURNING: // Place here until we have info about its behavior on Boss-monsters. [pakpil] + case SC_BURNING: case SC_MARSHOFABYSS: case SC_ADORAMUS: case SC_PARALYSIS: + case SC_DEEPSLEEP: + case SC_CRYSTALIZE: // Exploit prevention - kRO Fix case SC_PYREXIA: |