Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update
This commit is contained in:
@@ -30,7 +30,8 @@ function enter(pi) {
|
||||
if(pi.isQuestCompleted(3360)) {
|
||||
return doorCross(pi);
|
||||
} else if(pi.isQuestStarted(3360)) {
|
||||
if(pi.getQuestProgress(3360, 1) == 0) {
|
||||
var pw = pi.getQuestProgress(3360);
|
||||
if(pw.length() > 1) {
|
||||
pi.openNpc(2111024, "MagatiaPassword");
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user