From c1ae73d0f9647f8878ffb7e5dcb3ae564f6b69b3 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 29 十一月 2018 01:11:48 +0800
Subject: [PATCH] B208 B211删除理论获得仙缘币信息;

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

diff --git a/ServerPack/MapServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h b/ServerPack/MapServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h
index c4f2416..2190416 100644
--- a/ServerPack/MapServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h
+++ b/ServerPack/MapServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h
@@ -7,7 +7,6 @@
 	BYTE		FuncLineID;
 	BYTE		Relation;		// 当时的关系:0-无,1-好友,2-盟友
 	BYTE		RelationCoinAdd;	// 社交关系总加成
-	WORD		XianyuanCoinAddTheory;	// 理论增加的仙缘币
 	WORD		XianyuanCoinAdd;	// 实际增加的仙缘币
 	BYTE		Reason;	//仙缘币为0时的原因:1-助战次数上限;2-每日获得上限
 	DWORD		CallPlayerID;	// 助战的玩家ID,有值时代表真实助战,没有值时为自己打的
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
index 933ae24..05d9675 100644
--- a/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
+++ b/ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
@@ -7,7 +7,6 @@
 	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