From 6f469af556dea71dea202a9431f1062745d8c10d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 15 十二月 2025 18:51:32 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(寻宝系数增加心愿物品规则;武将招募保底产出增加受永久卡限制;武将招募首次获得武将增加全服广播;)

---
 PySysDB/PySysDBPY.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h
index d1e46da..718fda7 100644
--- a/PySysDB/PySysDBPY.h
+++ b/PySysDB/PySysDBPY.h
@@ -1558,6 +1558,9 @@
 	char		NotifyKey;	//广播key
 	BYTE		AwardMoneyType;	//额外奖励货币类型
 	WORD		AwardMoneyValue;	//单次奖励货币数
+	BYTE		WishOutput;	//心愿产出规则
+	BYTE		WishReset;	//心愿重置规则
+	dict		WishLibSelect;	//心愿库选择数
 };
 
 //寻宝产出库表
@@ -1581,10 +1584,12 @@
 
 struct tagTreasureItemLib
 {
+	WORD		ID;	//ID
 	WORD		_LibID;	//库ID
 	DWORD		ItemID;	//物品ID
 	DWORD		ItemCount;	//物品个数
 	DWORD		ItemWeight;	//物品权重
+	BYTE		WishOutCnt;	//心愿产出次数
 };
 
 //寻宝累计次数奖励表

--
Gitblit v1.8.0