From 4020010021ce877ce3f36104dee0b7d1eef54b54 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 三月 2019 14:01:55 +0800
Subject: [PATCH] 6385 【后端】【2.0】五行灵根开发(封包修改)

---
 ServerPack/MapServerPack/HB1_Role/RolePointInfo.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
index a56bebe..d662d51 100644
--- a/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
+++ b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
@@ -3,8 +3,7 @@
 struct    tagMCRolePointInfo
 {
 	tagHead		 Head;
-	WORD		FreePointTotal;	// 自由属性点总数
 	BYTE		PointAttrIDCount;	// 点类型个数
 	BYTE		PointAttrIDList[PointAttrIDCount];	// 点类型列表
-	WORD		PointValueList[PointAttrIDCount];	// 点类型对应的点数列表
+	WORD		PointValueList[PointAttrIDCount];	// 点类型对应已加自由点数列表
 };

--
Gitblit v1.8.0