fix(ItemMerge): 修改物品合成数量
- 将物品 ID 为 1164 的合成数量从 100000 修改为 10000 - 此修改可能影响游戏内的物品合成和平衡
This commit is contained in:
		| @@ -1255,7 +1255,7 @@ ItemMergeConfig={ | ||||
| 			second_index = 4, | ||||
| 			Eid = 282, | ||||
| 			compose = {type=0,id=1129,count=1}, | ||||
| 			table = {{type=0,id=1164,count=100000}}, | ||||
| 			table = {{type=0,id=1164,count=10000}}, | ||||
| 			level = 1, | ||||
| 			circle = 2, | ||||
| 			openserverday = 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user