From 8b080f7fc21d32f6f82454e6ece6a758b8579b98 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 11 三月 2024 11:09:16 +0800
Subject: [PATCH] 10130 【后端】福地争夺资源功能(福地记录信息增加同步目标玩家名等信息)

---
 ServerPack/GameServerPack/HB0_Event/MineAreaRecordInfo.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPack/GameServerPack/HB0_Event/MineAreaRecordInfo.h b/ServerPack/GameServerPack/HB0_Event/MineAreaRecordInfo.h
index 39394db..a51f86d 100644
--- a/ServerPack/GameServerPack/HB0_Event/MineAreaRecordInfo.h
+++ b/ServerPack/GameServerPack/HB0_Event/MineAreaRecordInfo.h
@@ -6,6 +6,8 @@
 	DWORD		TagPlayerID;	// 目标玩家ID,等于自己玩家ID时代表拉自己的,反之为抢别人的
 	DWORD		RecordTime;	// 记录时间戳
 	WORD		MineID;		// 矿物ID,对应福地采集表中ID
+	char		TagPlayerName[33];
+	DWORD		TagFace;
 };
 
 struct    tagGCMineAreaRecordInfo

--
Gitblit v1.8.0