refactor(config): 修改真充元宝的掉落类型

- 将真充元宝的掉落类型从 1 修改为 2
- 这个修改可能影响游戏中的掉落机制,需要相关部门确认
This commit is contained in:
2025-01-04 23:52:42 +08:00
parent e1e6e2b515
commit b6b231bad9

View File

@@ -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 = {},
},