refactor(config): 更新装备回收配置选项 ID

- 将天之天龙装备的 optionid 从 63 修改为 64
- 将金牛装备的 optionid 从 64 修改为 65
- 将传奇装备的 optionid 从 64 修改为 66
This commit is contained in:
aixianling
2025-01-16 11:08:59 +08:00
parent 2f8c1a574d
commit eb5f96900f

View File

@@ -224,7 +224,7 @@
"tips": "回收背包中所有天之天龙装备",
"name": "天之天龙",
"showQuality": 5,
"optionid": 63,
"optionid": 64,
"itemlevel": 119,
"title": "装备回收",
"value": 0
@@ -235,7 +235,7 @@
"tips": "回收背包中所有金牛装备和传奇装备",
"name": "金牛装备",
"showQuality": 5,
"optionid": 64,
"optionid": 65,
"itemlevel": 116,
"title": "装备回收",
"value": 0
@@ -246,7 +246,7 @@
"tips": "回收背包中所有天之传奇装备和金牛炎装备",
"name": "传奇装备",
"showQuality": 5,
"optionid": 64,
"optionid": 66,
"itemlevel": 117,
"title": "装备回收",
"value": 0