summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorcsnv <ctt@csnv.es>2014-09-10 00:14:22 +0200
committercsnv <ctt@csnv.es>2014-09-10 00:14:22 +0200
commit4abf2cfb29dbca5d920b4d3fc641a60d0771f126 (patch)
treea4f6400659d5d722e39e11f06ec01bbf9d280818 /src/map/status.c
parentd19310af9540db177bb35116d19dd1c3a2afff14 (diff)
downloadhercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.tar.gz
hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.tar.bz2
hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.tar.xz
hercules-4abf2cfb29dbca5d920b4d3fc641a60d0771f126.zip
Removing large space
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
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;