From c8b76be4a0d0994f20316c8b1d6be168cc38e842 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 28 十一月 2018 22:01:10 +0800
Subject: [PATCH] B208、B211增加理论获得仙缘币信息;

---
 ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
index 05d9675..933ae24 100644
--- a/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
+++ b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
@@ -7,6 +7,7 @@
 	char		CallPlayerName[NameLen];	// 邀请助战的玩家名,size = NameLen
 	DWORD		MapID;
 	BYTE		FuncLineID;
+	WORD		XianyuanCoinAddTheory;	// 理论增加的仙缘币
 	WORD		XianyuanCoinAdd;	// 增加的仙缘币,0代表已达上限
 	BYTE		Relation;		// 当时的关系:0-无,1-好友,2-盟友
 	BYTE		VIPLV;		// 当时的VIP等级

--
Gitblit v1.8.0