diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 14:52:13 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 14:52:13 +0000 |
commit | c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09 (patch) | |
tree | 8106e6329419f438c59c2b437f34dcabfbd69c96 /src/map/map.c | |
parent | e48d77bc2d05725ebabfc8b314800c1ab808da04 (diff) | |
download | hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.tar.gz hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.tar.bz2 hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.tar.xz hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.zip |
Fixed bugreport:5889 GC_ROLLINGCUTTER range and behavior are now updated.
Fixed part of bugreport:5880
-Fixed damage formula of NC_SELFDESTRUCTION.
-Fixed damage formula of GC_CROSSRIPPERSLASHER.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16206 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index 073901204..1c831c5f1 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -403,6 +403,7 @@ 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); |