From 6f59d9967349d49d9331dc5e7634bc1ad8456f1d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 十一月 2019 17:13:51 +0800
Subject: [PATCH] 8346 【恺英】【后端】协助系统(封包修改)
---
ServerPack/GameServerPack/HB0_Event/ClearAssist.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPack/GameServerPack/HB0_Event/ClearAssist.h b/ServerPack/GameServerPack/HB0_Event/ClearAssist.h
index ea47a6b..949e87d 100644
--- a/ServerPack/GameServerPack/HB0_Event/ClearAssist.h
+++ b/ServerPack/GameServerPack/HB0_Event/ClearAssist.h
@@ -3,5 +3,5 @@
struct tagGCClearAssist
{
tagHead Head;
- char GUID[40];
+ char AssistGUID[40]; //协助GUID
};
--
Gitblit v1.8.0