From 908c48b840cf0200137509a238c5862c7af53926 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 19 七月 2023 18:42:27 +0800 Subject: [PATCH] 8896 【后端】特权令(修复默认参数bug - boss首杀) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_BossFirstKill.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_BossFirstKill.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_BossFirstKill.py index a2efa76..77b2f9d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_BossFirstKill.py +++ b/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): -- Gitblit v1.8.0