From b6be91d3e7393bcbc4e709a320ccd0f27693e66d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 03 十一月 2020 11:45:49 +0800
Subject: [PATCH] 4840 【BT】坐骑生命显示格式错误(修改发包A5 27 坐骑提升 #tagCMHorseUp 使用个数为WORD;修改收包A3 01 坐骑培养信息 #tagTrainHorseData 吃丹数为DWORD);
---
ServerPack/MapServerPack/HA3_Function/TrainHorseData.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/TrainHorseData.h b/ServerPack/MapServerPack/HA3_Function/TrainHorseData.h
index d362373..9a97290 100644
--- a/ServerPack/MapServerPack/HA3_Function/TrainHorseData.h
+++ b/ServerPack/MapServerPack/HA3_Function/TrainHorseData.h
@@ -4,6 +4,6 @@
{
tagHead Head;
BYTE LV; //等阶
- WORD EatItemCount; //当前阶已吃丹个数
+ DWORD EatItemCount; //当前阶已吃丹个数
DWORD SkinPlusState; //幻化激活状态,按位存储是否激活,幻化编号ID对应位
};
--
Gitblit v1.8.0