From 592983ed55a3334e14daff95da248a579b83f71f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 29 十二月 2025 19:44:54 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(心愿修改封包调整  发:A569   收:A351)

---
 ClientPack/CA5_Function/TreasureWishSelect.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ClientPack/CA5_Function/TreasureWishSelect.h b/ClientPack/CA5_Function/TreasureWishSelect.h
index 8d47a23..406a686 100644
--- a/ClientPack/CA5_Function/TreasureWishSelect.h
+++ b/ClientPack/CA5_Function/TreasureWishSelect.h
@@ -6,4 +6,6 @@
 	BYTE		TreasureType;	//寻宝类型
 	BYTE		WishCnt;
 	DWORD		WishIDList[WishCnt];	// 选择的寻宝物品库中的数据ID,注意不是库ID
+	BYTE		WishCardUseCnt;
+	WORD		WishCardUseLibIDList[WishCardUseCnt];		// 使用心愿卡的库ID列表
 };

--
Gitblit v1.8.0