From 1cf38ee6d54232dd35a48626bbe13c856769902b Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 31 Dec 2024 19:46:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(drop):=20=E6=9B=B4=E6=96=B0=E6=8E=89?= =?UTF-8?q?=E8=90=BD=E8=A1=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 ID 为 2020073 的掉落表添加了一个新的掉落项 - 新增掉落项的属性为:概率 100%,类型 3,ID 3,数量 5 --- LogicServer/data/config/drop/droptable.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index dedc12c..628b9d1 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -5529,7 +5529,7 @@ DropTableConfig = { [2020073] = { id = 2020073, type = 1, - table = {}, + table = { { rate = 100, type = 3, id = 3, count = 5 }}, weeklimit = {}, }, [2020074] = {