From 2321253a6b1caa8e90a5d3da1722117f962feb96 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 01 三月 2021 12:15:53 +0800 Subject: [PATCH] 8831 【主干】【bt2】【btzf】 A9 05 通知广播装备详细信息 #tagGCNotifyEquipDetailInfo封包洗练数值类型修改 --- ServerPack/GameServerPack/HA9_Function/NotifyEquipDetailInfo.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPack/GameServerPack/HA9_Function/NotifyEquipDetailInfo.h b/ServerPack/GameServerPack/HA9_Function/NotifyEquipDetailInfo.h index 03bb436..6d4910e 100644 --- a/ServerPack/GameServerPack/HA9_Function/NotifyEquipDetailInfo.h +++ b/ServerPack/GameServerPack/HA9_Function/NotifyEquipDetailInfo.h @@ -16,7 +16,7 @@ BYTE EvolveLV; //进化等级 BYTE WashLV; //洗练等级 BYTE WashValueCount; - WORD WashValueList[WashValueCount]; //洗练值 + DWORD WashValueList[WashValueCount]; //洗练值 BYTE StoneIDCount; DWORD StoneIDList[StoneIDCount]; //宝石 BYTE ClassEquipCount; -- Gitblit v1.8.0