* 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:
parent
117259d6f0
commit
cd381ab1a3
@ -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.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
09/06/02
|
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]
|
* Fixed skills used through items and Hocus-pocus consume requirements if you have them. (bugreport:3164) [Inkfish]
|
||||||
09/06/01
|
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]
|
* 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]
|
||||||
|
@ -5134,7 +5134,6 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
|
|||||||
//val1: Skill lv
|
//val1: Skill lv
|
||||||
val2 = 1; //Lasts 1 invocation
|
val2 = 1; //Lasts 1 invocation
|
||||||
val3 = 5*val1; //Matk% increase
|
val3 = 5*val1; //Matk% increase
|
||||||
tick = -1;
|
|
||||||
break;
|
break;
|
||||||
case SC_SACRIFICE:
|
case SC_SACRIFICE:
|
||||||
val2 = 5; //Lasts 5 hits
|
val2 = 5; //Lasts 5 hits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user