From 1fdb9bff5294c646becf37a008426a00d9d5062f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 22 十月 2025 14:20:25 +0800
Subject: [PATCH] 16 卡牌服务端(删除神兵)

---
 /dev/null |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/ClientPack/CA5_Function/GodWeaponActivate b/ClientPack/CA5_Function/GodWeaponActivate
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/GodWeaponActivate
+++ /dev/null
diff --git a/ClientPack/CA5_Function/GodWeaponActivate.des b/ClientPack/CA5_Function/GodWeaponActivate.des
deleted file mode 100644
index 47e77bf..0000000
--- a/ClientPack/CA5_Function/GodWeaponActivate.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 56 神兵激活 #tagCMGodWeaponActivate
diff --git a/ClientPack/CA5_Function/GodWeaponActivate.h b/ClientPack/CA5_Function/GodWeaponActivate.h
deleted file mode 100644
index 2db40df..0000000
--- a/ClientPack/CA5_Function/GodWeaponActivate.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// A5 56 神兵激活 #tagCMGodWeaponActivate
-
-struct	tagCMGodWeaponActivate
-{
-	tagHead		Head;
-	DWORD		WeaponType;    // 神兵类型
-};
diff --git a/ClientPack/CA5_Function/GodWeaponPlus b/ClientPack/CA5_Function/GodWeaponPlus
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/GodWeaponPlus
+++ /dev/null
diff --git a/ClientPack/CA5_Function/GodWeaponPlus.des b/ClientPack/CA5_Function/GodWeaponPlus.des
deleted file mode 100644
index 8278ea9..0000000
--- a/ClientPack/CA5_Function/GodWeaponPlus.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 55 神兵强化 #tagCMGodWeaponPlus
diff --git a/ClientPack/CA5_Function/GodWeaponPlus.h b/ClientPack/CA5_Function/GodWeaponPlus.h
deleted file mode 100644
index 7e418fa..0000000
--- a/ClientPack/CA5_Function/GodWeaponPlus.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// A5 55 神兵升级 #tagCMGodWeaponPlus
-
-struct	tagCMGodWeaponPlus
-{
-	tagHead		Head;
-	DWORD		WeaponType;    // 神兵类型
-	DWORD		ItemID;	    //消耗的物品ID
-	BYTE		ItemCount;	    //消耗个数,默认1
-	BYTE		IsAutoBuy;	    //是否自动购买,默认0
-};
diff --git a/ServerPack/HA3_Function/GodWeaponLVList b/ServerPack/HA3_Function/GodWeaponLVList
deleted file mode 100644
index 7e96d4c..0000000
--- a/ServerPack/HA3_Function/GodWeaponLVList
+++ /dev/null
Binary files differ
diff --git a/ServerPack/HA3_Function/GodWeaponLVList.des b/ServerPack/HA3_Function/GodWeaponLVList.des
deleted file mode 100644
index 963d377..0000000
--- a/ServerPack/HA3_Function/GodWeaponLVList.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 1D 神兵等级信息 #tagMCGodWeaponLVList
diff --git a/ServerPack/HA3_Function/GodWeaponLVList.h b/ServerPack/HA3_Function/GodWeaponLVList.h
deleted file mode 100644
index 38f7437..0000000
--- a/ServerPack/HA3_Function/GodWeaponLVList.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// A3 1D 神兵等级信息 #tagMCGodWeaponLVList
-
-struct	tagMCGodWeaponLVInfo
-{
-	BYTE		WeaponType;	//神兵类型
-	WORD		WeaponLV;	//神兵等级
-	DWORD		WeaponExp;	//当前神兵经验
-};
-
-
-struct	tagMCGodWeaponLVList
-{
-	tagHead		 Head;
-	BYTE		WeaponNum;		//神器个数
-	tagMCGodWeaponLVInfo	WeaponInfoList[WeaponNum];	// 副本数据列表
-};
-

--
Gitblit v1.8.0