refactor(droptable): 将 drop 更名为 table 以提升代码一致性

- 在 DropTableConfig 结构中,将字段名 drop 改为 table
- 此修改涉及多个配置项,包括 ID 为 2100180、2100181、2100182 和 2100183 的配置
- 此次重构旨在提升代码清晰度和一致性,便于后续维护和开发
This commit is contained in:
aixianling
2025-01-15 10:19:52 +08:00
parent 233490a56c
commit 4b309f7bec

View File

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