From 77133f9674e6dca5e6f4b4d2acb58a390cdc9277 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 16 十一月 2020 10:00:12 +0800
Subject: [PATCH] 1111 【主干】【长尾】【BT】通知社交关系报错防范;
---
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py
index a7a5818..ecc05cc 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_QueryBillboard.py
@@ -83,9 +83,10 @@
#数据过大
GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_MaxLimit)
return
-
+
+ backMsg = {"BillBoardType":billBoardType, "BillBoardInfo":billBoardInfo}
#执行成功
- GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success, billBoardInfo)
+ GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success, backMsg)
return
--
Gitblit v1.8.0