From d04b8af8b15dd4004e0e39678cb9864efd7ea45f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 03 六月 2024 18:00:32 +0800
Subject: [PATCH] 10173 【主干】【香港】【越南】BOSS凭证(新增新版登录活动 AA69 AA70)
---
ClientPack/ClientToMapServer/CB2_NewFunction/CutTreeEquipOP.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/CutTreeEquipOP.h b/ClientPack/ClientToMapServer/CB2_NewFunction/CutTreeEquipOP.h
index c1a99e4..5cdcc9d 100644
--- a/ClientPack/ClientToMapServer/CB2_NewFunction/CutTreeEquipOP.h
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/CutTreeEquipOP.h
@@ -3,7 +3,8 @@
struct tagCMCutTreeEquipOP
{
tagHead Head;
- BYTE ItemIndex; // 物品在砍树背包的索引
+ BYTE IndexCount;
+ BYTE ItemIndexList[IndexCount]; // 物品在砍树背包的索引列表
BYTE OPType; // 操作类型:1-替换;2-分解
BYTE AutoDecompose; // 替换后是否自动分解原装备:0否1是,仅替换操作下有用
};
--
Gitblit v1.8.0