fix(config): 修改道具合成类型和移除打开界面配置
- 将道具 ID 为 3401 和 3402 的合成类型从 14 改为 13 - 移除了多倍经验瓶(小)和多倍经验瓶的 openUi 配置项
This commit is contained in:
@@ -4155,8 +4155,8 @@
|
||||
"3401":{
|
||||
"circle": 1,
|
||||
"compose": {
|
||||
"id": 14,
|
||||
"type": 14,
|
||||
"id": 13,
|
||||
"type": 13,
|
||||
"count": 25000000
|
||||
},
|
||||
"index": 3,
|
||||
@@ -4178,8 +4178,8 @@
|
||||
"3402":{
|
||||
"circle": 1,
|
||||
"compose": {
|
||||
"id": 14,
|
||||
"type": 14,
|
||||
"id": 13,
|
||||
"type": 13,
|
||||
"count": 80000000
|
||||
},
|
||||
"index": 3,
|
||||
|
||||
Reference in New Issue
Block a user