fix police sprechwunsch vehicle call

This commit is contained in:
2019-02-19 14:49:29 +01:00
parent 8833a62f82
commit ce1abef09a
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Feb 19 2019 01:19:44 GMT+0100 (CET)*/
/*Generated on:Tue Feb 19 2019 14:49:29 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18610,7 +18610,8 @@
$("#mission_vehicle_driving tbody, #mission_vehicle_at_mission tbody").find("tr").each((_, elem) => {
//__FIXX__20192
let me = $(elem).find('td:nth-child(5) > a:contains("Jomaar")').length;
if (me > 0) {
let me2 = $(elem).find('td:nth-child(7) > a:contains("Jomaar")').length;
if (me+me2 > 0) {
//__FIXX__20192
var CalledVehicleID = parseInt($(elem).find("a").first().attr("vehicle_type_id"));
if (CalledVehicleID == 52) {