Rename and clean up MapleJob

This commit is contained in:
P0nk
2021-09-09 21:21:04 +02:00
parent ee503eedce
commit 3e1b5b93d5
52 changed files with 283 additions and 283 deletions

View File

@@ -54,8 +54,8 @@ function end(mode, type, selection) {
}
qm.gainItem(4032096, -30);
qm.gainItem(1142067, 1);
const MapleJob = Java.type('client.MapleJob');
qm.getPlayer().changeJob(MapleJob.DAWNWARRIOR2);
const Job = Java.type('client.Job');
qm.getPlayer().changeJob(Job.DAWNWARRIOR2);
qm.completeQuest();
}
qm.sendNext("You are a Knight-in-Training no more. You are now an official knight of the Cygnus Knights.");