From c5731326acc36a3cfc6870ddb51ce2cc86e2cdc5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 09 一月 2025 17:00:16 +0800 Subject: [PATCH] 10361 【越南】【英语】【BT】【砍树】仙匠大会 - 服务端 --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py index 92a73b4..39c95b4 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py @@ -153,7 +153,8 @@ sendDict, callFunc, extendValueList = g_dbCommandList.pop(0) #0:不返回,1:DB返回信息到GameServer - GameWorld.GetGameWorld().SendDBOper(1, cPickle.dumps(sendDict, 2)) + sendMsg = cPickle.dumps(sendDict, 2) + GameWorld.GetGameWorld().SendDBOper(1, sendMsg, len(sendMsg)) GameWorld.Log("send dbcommand:%s"%sendDict) g_proccessCmdInfo = [callFunc, extendValueList] -- Gitblit v1.8.0