diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-12 20:49:09 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-12 20:49:09 +0000 |
commit | 3844e61a6b9996de7c84420dad65e98275d927ca (patch) | |
tree | e3835dd3ac35afa85355e1b7b5dcda64ea95fce2 /src | |
parent | 17871cc1006e39afda8ce6a0ace4231fea42320b (diff) | |
download | hercules-3844e61a6b9996de7c84420dad65e98275d927ca.tar.gz hercules-3844e61a6b9996de7c84420dad65e98275d927ca.tar.bz2 hercules-3844e61a6b9996de7c84420dad65e98275d927ca.tar.xz hercules-3844e61a6b9996de7c84420dad65e98275d927ca.zip |
- Added an extra check to all instance script if there are actually 2 Players online in the Party to be able to enter the Dungeon. bugreport:3970
- Added a few new statuses to not disappear upon death. bugreport:2652
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16107 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index f1878a2c2..ddb79e85f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8266,6 +8266,15 @@ int status_change_clear(struct block_list* bl, int type) case SC_FOOD_DEX_CASH: case SC_FOOD_INT_CASH: case SC_FOOD_LUK_CASH: + case SC_DEF_RATE: + case SC_MDEF_RATE: + case SC_INCHEALRATE: + case SC_INCFLEE2: + case SC_INCHIT: + case SC_ATKPOTION: + case SC_MATKPOTION: + case SC_S_LIFEPOTION: + case SC_L_LIFEPOTION: continue; } |