* Fixed Mystical Amplification having unlimited duration

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13838 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2009-06-02 19:35:32 +00:00
parent 117259d6f0
commit cd381ab1a3
2 changed files with 1 additions and 1 deletions

View File

@ -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]

View File

@ -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