From e082d496795bd07657a81714bab4a5a63446e397 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 12 四月 2019 16:41:10 +0800
Subject: [PATCH] 6491 子 【2.0】【开发】打宝界面和境界压制调整 / 【2.0】【后端】打宝界面和境界压制调整

---
 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 8e4f768..92a73b4 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerDBOper.py
@@ -27,6 +27,7 @@
 import IPY_GameServer
 import ReadChConfig
 import base64
+import cPickle
 
 #[isBase64, gbk]
 EncodingList = ReadChConfig.GetEvalChConfig("EncodingTex")
@@ -152,7 +153,7 @@
     sendDict, callFunc, extendValueList = g_dbCommandList.pop(0)
     
     #0:不返回,1:DB返回信息到GameServer
-    GameWorld.GetGameWorld().SendDBOper(1, str(sendDict))
+    GameWorld.GetGameWorld().SendDBOper(1, cPickle.dumps(sendDict, 2))
     GameWorld.Log("send dbcommand:%s"%sendDict)
     
     g_proccessCmdInfo = [callFunc, extendValueList]

--
Gitblit v1.8.0