refactor(DropItemConst.config): 调整掉落物品有效期为 6 分钟
- 将 nDropItemExpireTime 的值从 3600 秒修改为 360 秒 - 此修改缩短了掉落物品的有效时间,增加了游戏的挑战性和互动性
This commit is contained in:
		| @@ -8,5 +8,5 @@ DropItemConfig={ | ||||
| 	dropBindCoinCounts = {13006,13007,13008,13009,13010}, | ||||
| 	nDropItemMasterProtectTime = 30, | ||||
| 	nDropItemNeedTime = 60, | ||||
| 	nDropItemExpireTime = 3600, | ||||
| 	nDropItemExpireTime = 360, | ||||
| } | ||||
		Reference in New Issue
	
	Block a user