From 55c2c6434a554d87f7387f04077a28558db23be6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 22 十月 2025 11:07:03 +0800
Subject: [PATCH] 16 卡牌服务端(删除仙盟阵法)

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

diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h
index deff2b1..e9030ed 100644
--- a/PySysDB/PySysDBPY.h
+++ b/PySysDB/PySysDBPY.h
@@ -2912,17 +2912,6 @@
 	list		ItemList;	//物品列表[[物品ID,个数,是否拍品], ...]
 };
 
-//仙盟阵法表
-
-struct tagFamilyZhenfa
-{
-	BYTE		_ZhenfaType;	// 阵法类型
-	WORD		_ZhenfaLV;	// 阵法等级
-	DWORD		LVUpNeedExp;	//升下一级所需经验
-	list		LVAttrType;	//累计总属性类型
-	list		LVAttrValue;	//累计总属性值
-};
-
 //装备洗练等级上限
 
 struct tagItemWashMax

--
Gitblit v1.8.0