From 3d3a72a7c8482ec217d936c8fcee3cea07cfb785 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 06 六月 2024 11:17:47 +0800
Subject: [PATCH] 10130 【后端】福地争夺资源功能

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

diff --git a/PySysDB/PySysDBG.h b/PySysDB/PySysDBG.h
index f3a6d7e..7e8b811 100644
--- a/PySysDB/PySysDBG.h
+++ b/PySysDB/PySysDBG.h
@@ -1202,6 +1202,21 @@
 	BYTE		UnSuitRate;	//单件非套装加成概率
 };
 
+//福地物品表
+
+struct tagMineAreaItem
+{
+	BYTE		_MineID;	//矿物ID
+	WORD		LimitLV;	//解锁等级
+	DWORD		ItemID;		//物品ID
+	BYTE		ItemLV;		//物品等级
+	DWORD		ItemCount;	//物品个数
+	float		ItemWeight;	//物品总重量
+	DWORD		RefreshWeightSys;	//系统刷新权重
+	DWORD		RefreshWeight;	//常规刷新权重
+	DWORD		RefreshWeightSuper;	//超级刷新权重
+};
+
 //仙盟联赛排名奖励表
 
 struct tagFamilyWarRankAward

--
Gitblit v1.8.0