From 610f52c190e1d6cbf5334120e79bbacd31b35558 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 28 六月 2019 10:23:40 +0800
Subject: [PATCH] 4262 【主干】灵根加点超过65535报错

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

diff --git a/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
index d662d51..56a338f 100644
--- a/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
+++ b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
@@ -5,5 +5,5 @@
 	tagHead		 Head;
 	BYTE		PointAttrIDCount;	// 点类型个数
 	BYTE		PointAttrIDList[PointAttrIDCount];	// 点类型列表
-	WORD		PointValueList[PointAttrIDCount];	// 点类型对应已加自由点数列表
+	DWORD		PointValueList[PointAttrIDCount];	// 点类型对应已加自由点数列表
 };

--
Gitblit v1.8.0