6459 【后端】【2.0】缥缈仙域开发单(修复过天重置采集次数报错)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -5782,7 +5782,7 @@
def CollNPCTimeOnDay(curPlayer):
    ## 采集NPCOnDay处理
    DoResetCollectNPCTimeByType(curPlayer, 1)
    DoResetCollectNPCTimeByType(curPlayer, [1])
    return
def DoResetCollectNPCTimeByType(curPlayer, resetTypeList=[]):