diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-25 03:23:45 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-25 03:23:45 +0000 |
commit | 25ca739c12a1e73b7095b81cac803eba32561428 (patch) | |
tree | 404390523a65a08480902d09503e731c7d3a136d /src/map/status.c | |
parent | 2ee02684c08bd57ae8562c2194f161f95fe96000 (diff) | |
download | hercules-25ca739c12a1e73b7095b81cac803eba32561428.tar.gz hercules-25ca739c12a1e73b7095b81cac803eba32561428.tar.bz2 hercules-25ca739c12a1e73b7095b81cac803eba32561428.tar.xz hercules-25ca739c12a1e73b7095b81cac803eba32561428.zip |
Corrected some typos and small details
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9912 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-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 48afad54a..28cabc71c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -3656,7 +3656,7 @@ static unsigned short status_calc_speed(struct block_list *bl, struct status_cha speed += 300; if(sc->data[SC_GATLINGFEVER].timer==-1) - { //% increases (they don't stack, with a few exception) + { //% increases (they don't stack, with a few exceptions) if(sc->data[SC_SPEEDUP1].timer!=-1) speed -= speed * 50/100; else if(sc->data[SC_AVOID].timer!=-1) |