diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 14:41:25 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 14:41:25 +0000 |
commit | 7158896a63c7150b8a1cb181d398929c9c481ea0 (patch) | |
tree | e7df8c504f36d776881c550f9de2087f1120706a /src/map/status.c | |
parent | 56f3c515d8d537df42c8598e685ee8c87682fbc0 (diff) | |
download | hercules-7158896a63c7150b8a1cb181d398929c9c481ea0.tar.gz hercules-7158896a63c7150b8a1cb181d398929c9c481ea0.tar.bz2 hercules-7158896a63c7150b8a1cb181d398929c9c481ea0.tar.xz hercules-7158896a63c7150b8a1cb181d398929c9c481ea0.zip |
Fixed bugreport:6127 remove the double duration bonus from GC_RESEARCHEWPOISON
Fixed bugreport:6109 GN_CARTBOOST should now give atk bonus and fixed some genetic skills damage ratio and behavior
Fixed bugreport:6121 Rolling cutter's counter should now only be removed by walking and Cross Ripper Slasher
Fixed bugreport:6100 Cart should now can't be removed when character dies
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16353 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 49da4ae9f..f46b12f7f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8411,6 +8411,7 @@ int status_change_clear(struct block_list* bl, int type) case SC_MATKPOTION: case SC_S_LIFEPOTION: case SC_L_LIFEPOTION: + case SC_PUSH_CART: continue; } |