From 5bb037db26f7f6893fb75310c31306a0d7271379 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 十二月 2019 15:59:52 +0800
Subject: [PATCH] 8346 【恺英】【后端】协助系统(修改为正在进行中的协助信息)
---
/dev/null | 11 -----------
ServerPack/GameServerPack/HB0_Event/AssistingInfo.des | 1 +
ServerPack/GameServerPack/HB0_Event/AssistingInfo | 0
ServerPack/GameServerPack/HB0_Event/AssistingInfo.h | 7 +++++++
4 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo.des b/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo.des
deleted file mode 100644
index ed34d82..0000000
--- a/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B0 03 协助中的目标玩家信息 #tagGCAssistTagPlayerInfo
diff --git a/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo.h b/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo.h
deleted file mode 100644
index a130d9b..0000000
--- a/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// B0 03 协助中的目标玩家信息 #tagGCAssistTagPlayerInfo
-
-struct tagGCAssistTagPlayerInfo
-{
- tagHead Head;
- DWORD PlayerID;
- char PlayerName[33];
- BYTE Job;
- WORD LV;
- BYTE RealmLV;
-};
diff --git a/ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo b/ServerPack/GameServerPack/HB0_Event/AssistingInfo
similarity index 100%
rename from ServerPack/GameServerPack/HB0_Event/AssistTagPlayerInfo
rename to ServerPack/GameServerPack/HB0_Event/AssistingInfo
diff --git a/ServerPack/GameServerPack/HB0_Event/AssistingInfo.des b/ServerPack/GameServerPack/HB0_Event/AssistingInfo.des
new file mode 100644
index 0000000..1aeef5a
--- /dev/null
+++ b/ServerPack/GameServerPack/HB0_Event/AssistingInfo.des
@@ -0,0 +1 @@
+B0 03 正在进行中的协助 #tagGCAssistingInfo
diff --git a/ServerPack/GameServerPack/HB0_Event/AssistingInfo.h b/ServerPack/GameServerPack/HB0_Event/AssistingInfo.h
new file mode 100644
index 0000000..deba9ad
--- /dev/null
+++ b/ServerPack/GameServerPack/HB0_Event/AssistingInfo.h
@@ -0,0 +1,7 @@
+// B0 03 正在进行中的协助 #tagGCAssistingInfo
+
+struct tagGCAssistingInfo
+{
+ tagHead Head;
+ char AssistGUID[40]; //协助GUID
+};
--
Gitblit v1.8.0