Aran questline fix
Fixed Polearm Booster questline.
This commit is contained in:
@@ -24,9 +24,10 @@
|
||||
function enter(pi) {
|
||||
if (pi.getPlayer().getJob().getId() == 2000 && !pi.isQuestCompleted(21014)) {
|
||||
pi.showInfoText("The town of Rien is to the right. Take the portal on the right and go into town to meet Lilin.");
|
||||
return false;
|
||||
} else {
|
||||
pi.playPortalSound();
|
||||
pi.warp(140010100, 2);
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user