From f937dff926a9f5b20eaebc1f93da950a118ed8aa Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 二月 2019 16:29:36 +0800
Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(拍品表增加排序归组)
---
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QDFLDoubleBill.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QDFLDoubleBill.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QDFLDoubleBill.py
index ea817e0..8b33982 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QDFLDoubleBill.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QDFLDoubleBill.py
@@ -44,7 +44,7 @@
queryType = ChConfig.queryType_sqtPlayerByAccID
tagPlayer = playerManager.FindPlayerByAccID(accID)
- if not tagPlayer:
+ if not tagPlayer or not tagPlayer.GetInitOK():
# 玩家不在线,先记录,等玩家上线后处理
GameWorld.Log("玩家离线,暂存渠道测试返利 %s, 仙玉%s"%(accID, gold))
GMShell.AddOfflinePlayerGMTInfo(orderId, queryType, accID, gmCmdDict)
--
Gitblit v1.8.0