fix 出现两次“拿到第一部手机”

bug出现的原因应该是exclude "(MNY>7)&(EVT?[10412])" 这里写错了,应该是或:"(MNY>7)|(EVT?[10412])"
This commit is contained in:
Chentao Wang
2021-09-03 23:28:49 +08:00
committed by GitHub
parent 3c42cfb546
commit 4d22567ad4
2 changed files with 1 additions and 1 deletions

View File

@@ -3564,7 +3564,7 @@
"id": 10412,
"event": "你有了第一部自己的手机。",
"include": "(MNY>3)&(EVT?[10009])",
"exclude": "(MNY>7)&(EVT?[10412])"
"exclude": "(MNY>7)|(EVT?[10412])"
},
"10413": {
"id": 10413,

Binary file not shown.