Rename and clean up MapleFitness

This commit is contained in:
P0nk
2021-09-09 21:56:15 +02:00
parent bfc37a345d
commit 324fe48df2
4 changed files with 133 additions and 133 deletions

View File

@@ -3894,7 +3894,7 @@ public class MapleMap {
setCoconut(new Coconut(this));
coconut.startEvent();
} else if (this.mapid == 109040000) {
chr.setFitness(new MapleFitness(chr));
chr.setFitness(new Fitness(chr));
chr.getFitness().startFitness();
} else if (this.mapid == 109030101 || this.mapid == 109030201 || this.mapid == 109030301 || this.mapid == 109030401) {
chr.setOla(new MapleOla(chr));