From d661f7bb084dacb9b6cb048cbb586881bdfcea6f Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 26 九月 2018 20:20:53 +0800 Subject: [PATCH] 1889 神兽副本npc刷新时间通知修改 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 1672af7..fc71c73 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -541,8 +541,6 @@ GameFuncComm.DoFuncOpenLogic(curPlayer) # 神兽 PlayerDogz.OnPlayerLogin(curPlayer) - # 神兽副本 - GameLogic_Dogz.SyncNPCRefreshTime(curPlayer.GetID()) # 骑宠 FamilyRobBoss.OnPlayerLogin(curPlayer) -- Gitblit v1.8.0