Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update

This commit is contained in:
ronancpl
2019-11-14 22:35:43 -03:00
864 changed files with 20650 additions and 11188 deletions

View File

@@ -44,7 +44,6 @@ function start(mode, type, selection) {
var em = qm.getEventManager("Aran_3rdmount");
if (em == null) {
qm.sendOk("Sorry, but the 3rd mount quest (Wolves) is closed.");
qm.dispose();
return;
}
else {
@@ -54,9 +53,9 @@ function start(mode, type, selection) {
} else {
qm.forceStartQuest();
}
qm.dispose();
}
} else if (status == 4) {
qm.dispose();
}
}
}