From d70324d5963b2c4832f3696e08825999b3848822 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 07 十一月 2018 16:05:45 +0800 Subject: [PATCH] 2306 【1.2】【BUG】老号的封魔之魂次数满了无法领取 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMissionCollect.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMissionCollect.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMissionCollect.py index acc0153..c005eb0 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMissionCollect.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMissionCollect.py @@ -29,7 +29,7 @@ import PlayerControl import OperControlManager import NPCCommon -import PlayerPrestigeSys +import FBLogic import AttackCommon import GameObj #--------------------------------------------------------------------- @@ -145,7 +145,7 @@ # 自定义的采集NPC if NPCCommon.DoCollectNPCOK(curPlayer, npcID): EventShell.EventRespons_MisCollectSuccess(curPlayer, curNPC) # 先直接写这边触发一下,自定义采集的不再处理后面的代码 - + FBLogic.OnCollectOK(curPlayer, npcID, GameWorld.GetGameWorld().GetTick()) return EventShell.EventRespons_MisCollectSuccess(curPlayer, curNPC) -- Gitblit v1.8.0