diff options
author | csnv <ctt@csnv.es> | 2014-09-10 00:14:22 +0200 |
---|---|---|
committer | csnv <ctt@csnv.es> | 2014-09-10 00:14:22 +0200 |
commit | 4abf2cfb29dbca5d920b4d3fc641a60d0771f126 (patch) | |
tree | a4f6400659d5d722e39e11f06ec01bbf9d280818 /src | |
parent | d19310af9540db177bb35116d19dd1c3a2afff14 (diff) | |
download | hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.tar.gz hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.tar.bz2 hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.tar.xz hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.zip |
Removing large space
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 020f405a6..ac89f2a07 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5413,7 +5413,7 @@ short status_calc_aspd(struct block_list *bl, struct status_change *sc, short fl } } - if((sc->data[SC_BERSERK]) && skills1 < 15) + if((sc->data[SC_BERSERK]) && skills1 < 15) skills1 = 15; else if(sc->data[SC_GS_MADNESSCANCEL] && skills1 < 20) skills1 = 20; |