fix javax.script.ScriptException (#286)
This commit is contained in:
@@ -51,7 +51,7 @@ function end(mode, type, selection) {
|
|||||||
} else if(status == 2) {
|
} else if(status == 2) {
|
||||||
if(!qm.isQuestCompleted(21401)) {
|
if(!qm.isQuestCompleted(21401)) {
|
||||||
if(!qm.canHold(1142132)) {
|
if(!qm.canHold(1142132)) {
|
||||||
cm.sendOk("Wow, your #bequip#k inventory is full. I need you to make at least 1 empty slot to complete this quest.");
|
qm.sendOk("Wow, your #bequip#k inventory is full. I need you to make at least 1 empty slot to complete this quest.");
|
||||||
qm.dispose();
|
qm.dispose();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user