diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-02 19:35:32 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-02 19:35:32 +0000 |
commit | edef6edf3ae1e2d1a0db09d3fa81303d18bf3707 (patch) | |
tree | 5f160baea093fb07b08d17c4056d3db0246cf15b /src | |
parent | 2c874d3582029a616419c0fa59cfa958353d7d0a (diff) | |
download | hercules-edef6edf3ae1e2d1a0db09d3fa81303d18bf3707.tar.gz hercules-edef6edf3ae1e2d1a0db09d3fa81303d18bf3707.tar.bz2 hercules-edef6edf3ae1e2d1a0db09d3fa81303d18bf3707.tar.xz hercules-edef6edf3ae1e2d1a0db09d3fa81303d18bf3707.zip |
* Fixed Mystical Amplification having unlimited duration
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13838 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-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 75387b9af..babd53bf7 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5134,7 +5134,6 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val //val1: Skill lv val2 = 1; //Lasts 1 invocation val3 = 5*val1; //Matk% increase - tick = -1; break; case SC_SACRIFICE: val2 = 5; //Lasts 5 hits |