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/map.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/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 1c831c5f1..073901204 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -403,7 +403,6 @@ int map_moveblock(struct block_list *bl, int x1, int y1, unsigned int tick) if (sc->data[SC_PROPERTYWALK] && sc->data[SC_PROPERTYWALK]->val3 >= skill_get_maxcount(sc->data[SC_PROPERTYWALK]->val1,sc->data[SC_PROPERTYWALK]->val2) ) status_change_end(bl,SC_PROPERTYWALK,INVALID_TIMER); - status_change_end(bl, SC_ROLLINGCUTTER, INVALID_TIMER); //If you move, you lose your counters. } else if (bl->type == BL_NPC) npc_unsetcells((TBL_NPC*)bl); |