This commit is contained in:
2018-12-19 21:21:42 +01:00
parent ccb451a1ed
commit 0c5a53ceae
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Dec 19 2018 19:53:55 GMT+0100 (CET)*/
/*Generated on:Wed Dec 19 2018 21:21:41 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18221,7 +18221,7 @@ class AutomaticDispose {
var MissionVillage = addr[2];
console.log('update mission', MissionID)
return self.ADisDB.ADisAvailabelMissions.get({
type: MissionType
type: _MissionType
}).then((available) => {
return self.UpdateMissions({
"missionID": _MissionID,