mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-09 17:29:03 +08:00
fix 出现两次“拿到第一部手机”
bug出现的原因应该是exclude "(MNY>7)&(EVT?[10412])" 这里写错了,应该是或:"(MNY>7)|(EVT?[10412])"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user