From 4b309f7bec99537f029328c98f8e734d62c3a19e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 15 Jan 2025 10:19:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(droptable):=20=E5=B0=86=20drop=20?= =?UTF-8?q?=E6=9B=B4=E5=90=8D=E4=B8=BA=20table=20=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E4=BB=A3=E7=A0=81=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 DropTableConfig 结构中,将字段名 drop 改为 table - 此修改涉及多个配置项,包括 ID 为 2100180、2100181、2100182 和 2100183 的配置 - 此次重构旨在提升代码清晰度和一致性,便于后续维护和开发 --- LogicServer/data/config/drop/droptable.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index bdf5c1a..bf3b815 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -10224,7 +10224,7 @@ DropTableConfig = { [2100180] = { id = 2100180, type = 2, - drop = { + table = { { rate = 100, type = 0, id = 803, count = 1 }, { rate = 100, type = 0, id = 804, count = 1 }, { rate = 100, type = 0, id = 805, count = 1 }, @@ -10242,7 +10242,7 @@ DropTableConfig = { [2100181] = { id = 2100181, type = 2, - drop = { + table = { { rate = 100, type = 0, id = 813, count = 1 }, { rate = 100, type = 0, id = 814, count = 1 }, { rate = 100, type = 0, id = 815, count = 1 }, @@ -10260,7 +10260,7 @@ DropTableConfig = { [2100182] = { id = 2100182, type = 2, - drop = { + table = { { rate = 100, type = 0, id = 779, count = 1 }, { rate = 100, type = 0, id = 780, count = 1 }, { rate = 100, type = 0, id = 781, count = 1 }, @@ -10284,7 +10284,7 @@ DropTableConfig = { [2100183] = { id = 2100183, type = 2, - drop = { + table = { { rate = 100, type = 0, id = 791, count = 1 }, { rate = 100, type = 0, id = 792, count = 1 }, { rate = 100, type = 0, id = 793, count = 1 },