diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 15:19:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 15:19:25 +0000 |
commit | d6aa899bd3508d34b569f5745afb08fe97593b20 (patch) | |
tree | 00fe59b73270e82e8a10521fcde1c710adfe198a /src/map/status.c | |
parent | ead9663ed875ca0c3e64ebe5f9a5dd6004b2abbc (diff) | |
download | hercules-d6aa899bd3508d34b569f5745afb08fe97593b20.tar.gz hercules-d6aa899bd3508d34b569f5745afb08fe97593b20.tar.bz2 hercules-d6aa899bd3508d34b569f5745afb08fe97593b20.tar.xz hercules-d6aa899bd3508d34b569f5745afb08fe97593b20.zip |
- Some cleanups and corrections in battle.c to account for negative (absorbed) damage.
- Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7250 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 59182d648..3452c2a5d 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5157,7 +5157,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val case SC_CLOSECONFINE2: case SC_ANKLE: case SC_SPIDERWEB: - case SC_MADNESSCANCEL: unit_stop_walking(bl,1); break; case SC_HIDING: |