fix update mission Type

This commit is contained in:
2018-12-18 02:08:06 +01:00
parent 764ce66548
commit 83bf4de7af
3 changed files with 6 additions and 6 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Dec 18 2018 02:03:09 GMT+0100 (CET)*/
/*Generated on:Tue Dec 18 2018 02:08:05 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();

View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Dec 18 2018 02:03:09 GMT+0100 (CET)*/
/*Generated on:Tue Dec 18 2018 02:08:05 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18222,9 +18222,9 @@ class AutomaticDispose {
var MissionName = addr[0];
var MissionStreet = addr[1];
var MissionVillage = addr[2];
console.log('update mission', MissionID)
console.log('update mission', _MissionID, MissionType, _MissionType)
return self.ADisDB.ADisAvailabelMissions.get({
type: MissionType
type: _MissionType
}).then((available) => {
return self.UpdateMissions({
"missionID": _MissionID,