Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Neverwinter gateway - Profession Automation 피드백으로 돌아가기

질문/댓글

§
게시: 2016-04-30

script error

this just randomly started happening - script is freezing with this error in console:

VM323688:1172 Uncaught RangeError: Unsupported time zone specified undefined

§
게시: 2016-05-02

The problem is from here:

if (next) {
console.log("Next finished task at " + next.toLocaleString());
} else {
console.log("No next finishing date found!!");
}
return next;
}

this line:
console.log("Next finished task at " + next.toLocaleString());

답글 게시

답글을 게시하려면 로그인하세요.