From 4c3dba4156da77f7fb54def3d0d6a35528d4271f Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 16 Sep 2006 20:18:35 +0000 Subject: - Fixed the status change duration reduction equation was was totally wrong, thanks to k3dt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8776 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index c314c824b..7045e1f8b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4467,7 +4467,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val if (def && tick && !(flag&2)) { - tick -= rate*def/10000; + tick -= tick*def/10000; if (tick <= 0) return 0; } -- cgit v1.2.3-70-g09d2