ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GatherSoul.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GatherSoul.py
@@ -571,10 +571,12 @@ curPlayer = FBCommon.GetCurSingleFBPlayer() if not curPlayer: #奖励直接发邮件 if totalItemList: PlayerControl.SendMailByKey('JHBagFull2', [ownerID], totalItemList) GameWorldProcess.CloseFB(tick) return if totalItemList: needPackSpaceDict = {} for itemID, itemCnt, isBind in totalItemList: curItem = GameWorld.GetGameData().GetItemByTypeID(itemID)