hxp
2023-07-19 908c48b840cf0200137509a238c5862c7af53926
8896 【后端】特权令(修复默认参数bug - boss首杀)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_BossFirstKill.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_BossFirstKill.py
@@ -39,7 +39,7 @@
    if openServerDay > maxBossFKDay:
        return
        
    Sync_BossFirstKillState(curPlayer, [])
    Sync_BossFirstKillState(curPlayer)
    return
def SetPlayerFirstKillBoss(curPlayer, bossID):