|
@@ -1141,7 +1141,11 @@ export class GameData {
|
|
|
let data = this._productMakeTimesData.productUnlockMaxId;
|
|
let data = this._productMakeTimesData.productUnlockMaxId;
|
|
|
|
|
|
|
|
data.forEach(function (value, key) {
|
|
data.forEach(function (value, key) {
|
|
|
-
|
|
|
|
|
|
|
+ if(key != ProductType.dw)
|
|
|
|
|
+ {
|
|
|
|
|
+ let data = this.updateDataToSever(key);
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|