forked from 2009Scape/Server
Fixed typo in variable name
This commit is contained in:
parent
8f55baa13e
commit
63c7fc3f70
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ public final class Skills {
|
|||
//xprate xp rate xp multiplier skilling rate
|
||||
|
||||
//Snowscape Custom: experience multiplier starts at 1x and scales to the selected multiplier as level incrceases
|
||||
double perLevel = (experienceMutiplier-1)/100;
|
||||
double perLevel = (experienceMultiplier-1)/100;
|
||||
double finalMult = staticLevels[slot]*perLevel+1;
|
||||
return finalMult;
|
||||
//return experienceMultiplier;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue