Assassin Cross of Sunset fix, bugreport:4631 credits to epoque
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15153 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d6d87a6f65
commit
cf56304952
@ -8529,7 +8529,7 @@ struct skill_unit_group* skill_unitsetting (struct block_list *src, short skilli
|
||||
}
|
||||
break;
|
||||
case BA_ASSASSINCROSS:
|
||||
val1 = 100+(10*skilllv)+status->agi; // ASPD increase
|
||||
val1 = 100+(10*skilllv)+(status->agi/10); // ASPD increase
|
||||
if(sd)
|
||||
val1 += 5*pc_checkskill(sd,BA_MUSICALLESSON);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user