From ed203ab85a8b4444dfc4897905db06cf5afceb05 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 10 三月 2025 15:03:22 +0800
Subject: [PATCH] 10415 【英文】【bt】【GM】【砍树】玩家属性果实封包优化(EatCnt已使用个数改为DWORD)
---
ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h b/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
index 9a105c6..4a525de 100644
--- a/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
+++ b/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
@@ -3,7 +3,7 @@
struct tagMCAttrFruitEatCnt
{
DWORD ItemID; //果实物品ID
- WORD EatCnt; //已使用个数
+ DWORD EatCnt; //已使用个数
DWORD ItemAddCnt; //增幅丹增加上限
DWORD ItemBreakCnt; //增幅丹突破次数
};
--
Gitblit v1.8.0