feat(drop): 更新掉落表配置
- 为 ID 为 2020073 的掉落表添加了一个新的掉落项 - 新增掉落项的属性为:概率 100%,类型 3,ID 3,数量 5
This commit is contained in:
		| @@ -5529,7 +5529,7 @@ DropTableConfig = { | ||||
| 	[2020073] = { | ||||
| 		id = 2020073, | ||||
| 		type = 1, | ||||
| 		table = {}, | ||||
| 		table = { { rate = 100, type = 3, id = 3, count = 5 }}, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| 	[2020074] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user