refactor: 修改掉落物品的消失时间为 600 秒

- 将 DropItemConst.config 文件中的 nDropItemExpireTime 从 10000 修改为 6000
- 此修改延长了掉落物品在地图上的存在时间,提高了玩家拾取的可能性
This commit is contained in:
aixianling
2024-12-19 16:18:45 +08:00
parent 4735d8fe18
commit 39ce6ee6d9

View File

@@ -8,5 +8,5 @@ DropItemConfig={
dropBindCoinCounts = {13006,13007,13008,13009,13010},
nDropItemMasterProtectTime = 30,
nDropItemNeedTime = 60,
nDropItemExpireTime = 10000,
nDropItemExpireTime = 6000,
}