From cd381ab1a3722db1ecca095abf4226ce6a1fa9d9 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 2 Jun 2009 19:35:32 +0000 Subject: [PATCH] * Fixed Mystical Amplification having unlimited duration git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13838 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 1 + src/map/status.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b4e56ed783..f4d5b78bf0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 09/06/02 + * Fixed Mystical Amplification having unlimited duration [Playtester] * Fixed skills used through items and Hocus-pocus consume requirements if you have them. (bugreport:3164) [Inkfish] 09/06/01 * Fixed Fiberlock sometimes fails due to the long interval of skill_unit_timer. It may never fail now, though this may not be official. (bugreport:3136) [Inkfish] diff --git a/src/map/status.c b/src/map/status.c index 75387b9af0..babd53bf70 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