diff --git a/LogicServer/data/config/drop/dropgroup.config b/LogicServer/data/config/drop/dropgroup.config index 2937ac8..b52345d 100755 --- a/LogicServer/data/config/drop/dropgroup.config +++ b/LogicServer/data/config/drop/dropgroup.config @@ -8737,6 +8737,7 @@ DropGroupConfig = { { rate = 2, id = 2100168 }, { rate = 2, id = 2100169 }, { rate = 2, id = 2100170 }, + { rate = 2, id = 2100186 }, }, }, } diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index f6fb37b..908756f 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -10327,5 +10327,12 @@ DropTableConfig = { { rate = 10, type = 0, id = 1247, count = 1}, { rate = 1, type = 0, id = 1250, count = 1}, } - } + }, + -- 天命之子 + [2100186] = { + id = 2100186, + type = 1, + table = { { rate = 10, type = 0, id = 1297, count = 1 } }, + weeklimit = {}, + }, }