From 82bbf8b17498b1d415128b3e8a613c4efadf5b96 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 十一月 2024 11:45:28 +0800
Subject: [PATCH] 10318 【英文】【越南】【BT】【砍树】统一增加奖励获得封包(增加每日礼包事件DailyGiftbag;屏蔽多余的CTG事件下发;)

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBourse.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBourse.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBourse.py
index 162afff..b6e3fcc 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBourse.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBourse.py
@@ -775,7 +775,7 @@
                 cnt += 1
                 savaData += record.getBuffer()
                 
-        GameWorld.Log("SaveBourseRecord cnt :%s" % cnt)
+        GameWorld.Log("SaveBourseRecord cnt :%s len=%s" % (cnt, len(savaData)))
         return CommFunc.WriteDWORD(cntData, cnt) + savaData
     
     # 从数据库载入好友数据
@@ -836,7 +836,7 @@
             cnt += 1
             savaData += itemLastPrice.getBuffer()
                 
-        GameWorld.Log("SaveBourseItemLastPrice cnt :%s" % cnt)
+        GameWorld.Log("SaveBourseItemLastPrice cnt :%s len=%s" % (cnt, len(savaData)))
         return CommFunc.WriteDWORD(cntData, cnt) + savaData
     
     # 从数据库载入好友数据

--
Gitblit v1.8.0