Rename and clean up MapleOla

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

View File

@@ -3897,7 +3897,7 @@ public class MapleMap {
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));
chr.setOla(new Ola(chr));
chr.getOla().startOla();
} else if (this.mapid == 109020001 && getOx() == null) {
setOx(new MapleOxQuiz(this));