|
|
@@ -567,10 +567,11 @@ export class GameData {
|
|
|
|
|
|
if (!isMatchSuccess) {
|
|
|
|
|
|
- let picId = this.doFarmMapDataCheck(0);
|
|
|
- if (picId) {
|
|
|
- id = picId;
|
|
|
- } else {
|
|
|
+ // let picId = this.doFarmMapDataCheck(0);
|
|
|
+ // if (picId) {
|
|
|
+ // id = picId;
|
|
|
+ // } else
|
|
|
+ {
|
|
|
id = Util.rnd(10001, this.getMaxProduct(ProductType.nzw));
|
|
|
this.nextType = 1
|
|
|
}
|
|
|
@@ -578,10 +579,11 @@ export class GameData {
|
|
|
}
|
|
|
} else {
|
|
|
isOrderDataInvalid = true;
|
|
|
- let picId = this.doFarmMapDataCheck(0);
|
|
|
- if (picId) {
|
|
|
- id = picId;
|
|
|
- } else {
|
|
|
+ // let picId = this.doFarmMapDataCheck(0);
|
|
|
+ // if (picId) {
|
|
|
+ // id = picId;
|
|
|
+ // } else
|
|
|
+ {
|
|
|
id = Util.rnd(10001, this.getMaxProduct(ProductType.nzw));
|
|
|
this.nextType = 1
|
|
|
}
|