From 3efbd281d472248b62832b316ba45d823dabf913 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 10 十二月 2019 14:53:56 +0800
Subject: [PATCH] 8346 【恺英】【后端】协助系统(修改感谢礼盒相关封包)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
index 3205f14..1b33412 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
@@ -2017,11 +2017,11 @@
 
 
 #------------------------------------------------------
-# B0 15 领取协助感谢礼物 #tagCGGetAssistThanksGift
+# B0 15 接收协助感谢礼物 #tagCGGetAssistThanksGift
 
 class  tagCGGetAssistThanksGift(Structure):
     Head = tagHead()
-    GiftGUID = ""    #(char GiftGUID[40])//礼盒GUID
+    GiftGUID = ""    #(char GiftGUID[40])//预览时GUID不发,确认领取时需发送预览返回的GUID,无额外奖励不需要再次发送
     data = None
 
     def __init__(self):

--
Gitblit v1.8.0