refactor: 移除冗余的道具掉落配置项
- 从 DropTableConfig 中删除了道具 ID 为 1129 的掉落项 - 此修改简化了配置结构,减少了不必要的配置项
This commit is contained in:
		| @@ -5916,7 +5916,6 @@ DropTableConfig = { | |||||||
| 		type = 1, | 		type = 1, | ||||||
| 		table = {  | 		table = {  | ||||||
| 			{ rate = 100, type = 0, id = 832, count = 1 },  | 			{ rate = 100, type = 0, id = 832, count = 1 },  | ||||||
| 			{ rate = 100, type = 0, id = 1129, count = 1 },  |  | ||||||
| 		}, | 		}, | ||||||
| 		weeklimit = {}, | 		weeklimit = {}, | ||||||
| 	}, | 	}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user