refactor(config): 修改真充元宝的掉落类型
- 将真充元宝的掉落类型从 1 修改为 2 - 这个修改可能影响游戏中的掉落机制,需要相关部门确认
This commit is contained in:
		| @@ -6783,7 +6783,7 @@ DropTableConfig = { | ||||
| 	-- 真充元宝 | ||||
| 	[2100176] = { | ||||
| 		id = 2100176, | ||||
| 		type = 1, | ||||
| 		type = 2, | ||||
| 		table = { { rate = 100, type = 0, id = 1244, count = 1 },{ rate = 50, type = 0, id = 1245, count = 1 },{ rate = 10, type = 0, id = 1246, count = 1 },{ rate = 5, type = 0, id = 1247, count = 1 }, }, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user