Fixed typo in variable name

This commit is contained in:
randy 2024-11-16 16:45:43 -07:00
parent 8f55baa13e
commit 63c7fc3f70

View file

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