refactor(reward): 调整智能回收道具奖励
- 将智能回收道具的银两奖励从 99 两调整为 5 两 - 修改相关配置文件以反映这一变化
This commit is contained in:
		| @@ -2036,7 +2036,7 @@ DropTableConfig = { | ||||
| 	[1000773] = { | ||||
| 		id = 1000773, | ||||
| 		type = 1, | ||||
| 		table = { { rate = 100, type = 3, id = 3, count = 99 } }, | ||||
| 		table = { { rate = 100, type = 3, id = 3, count = 5 } }, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| 	[1000774] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user