diff --git a/LogicServer/data/config/guild/GuildDonate.config b/LogicServer/data/config/guild/GuildDonate.config index 898d5da..b7e8c2b 100755 --- a/LogicServer/data/config/guild/GuildDonate.config +++ b/LogicServer/data/config/guild/GuildDonate.config @@ -1,19 +1,4 @@ ---AB-元宝替代.xlsx 行会捐献 -GuildDonateConfig={ -[2] = { - type = 2, - cost = 200000, - addcion = 20, - limittimes = 5, - staticcounttype = 30, - adddonate = 20, -}, -[3] = { - type = 3, - cost = 20, - addcion = 88, - limittimes = 5, - staticcounttype = 31, - adddonate = 88, -}, -} \ No newline at end of file +GuildDonateConfig = { + [2] = { staticcounttype = 30, type = 2, cost = 200000, adddonate = 20, addcion = 20, limittimes = 50 }, + [3] = { staticcounttype = 31, type = 3, cost = 20, adddonate = 88, addcion = 88, limittimes = 50 }, +}