Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update
This commit is contained in:
@@ -37,7 +37,7 @@ function start(mode, type, selection) {
|
||||
if (status == 0) {
|
||||
if(qm.haveItem(2430014, 1)) {
|
||||
qm.sendNext("It looks like you already have one #b#t2430014##k on your inventory.");
|
||||
qm.dispose();
|
||||
status = 1;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -48,8 +48,9 @@ function start(mode, type, selection) {
|
||||
} else {
|
||||
qm.gainItem(2430014, 1);
|
||||
qm.forceCompleteQuest();
|
||||
qm.dispose();
|
||||
}
|
||||
|
||||
} else if (status == 2) {
|
||||
qm.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user