v2 up check why missions new added not triggered

This commit is contained in:
2018-12-18 00:25:57 +01:00
parent e2324e640e
commit 6f3c8361a1
3 changed files with 4 additions and 2 deletions

View File

@@ -948,6 +948,7 @@ class AutomaticDispose {
console.log(count, runnerOpt);
if (count > 0) {
return Missions.each((Mission) => {
console.table(Mission);
var MissionElement = $("#mission_" + ID);
var _MissionID = MissionElement.attr("mission_id");
var _MissionType = MissionElement.attr("mission_type_id");