From e419b144b79bd67ecf4e545c75a110ed27feffda Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 19 十一月 2025 17:06:21 +0800
Subject: [PATCH] 16 卡牌服务端(删除神通)

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

diff --git a/ClientPack/CB2_NewFunction/ShentongLVUp b/ClientPack/CB2_NewFunction/ShentongLVUp
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB2_NewFunction/ShentongLVUp
+++ /dev/null
diff --git a/ClientPack/CB2_NewFunction/ShentongLVUp.des b/ClientPack/CB2_NewFunction/ShentongLVUp.des
deleted file mode 100644
index c82f8c5..0000000
--- a/ClientPack/CB2_NewFunction/ShentongLVUp.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 19 神通升级 #tagCMShentongLVUp
diff --git a/ClientPack/CB2_NewFunction/ShentongLVUp.h b/ClientPack/CB2_NewFunction/ShentongLVUp.h
deleted file mode 100644
index 986be79..0000000
--- a/ClientPack/CB2_NewFunction/ShentongLVUp.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// B2 19 神通升级 #tagCMShentongLVUp
-
-struct    tagCMShentongLVUp
-{
-	tagHead		 Head;
-	BYTE		ShentongID;	
-};
diff --git a/ClientPack/CB2_NewFunction/ShentongSkillSet b/ClientPack/CB2_NewFunction/ShentongSkillSet
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB2_NewFunction/ShentongSkillSet
+++ /dev/null
diff --git a/ClientPack/CB2_NewFunction/ShentongSkillSet.des b/ClientPack/CB2_NewFunction/ShentongSkillSet.des
deleted file mode 100644
index 2ecabed..0000000
--- a/ClientPack/CB2_NewFunction/ShentongSkillSet.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 20 神通技能设置 #tagCMShentongSkillSet
diff --git a/ClientPack/CB2_NewFunction/ShentongSkillSet.h b/ClientPack/CB2_NewFunction/ShentongSkillSet.h
deleted file mode 100644
index 9e1c567..0000000
--- a/ClientPack/CB2_NewFunction/ShentongSkillSet.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B2 20 神通技能设置 #tagCMShentongSkillSet
-
-struct    tagCMShentongSkillSet
-{
-	tagHead		 Head;
-	BYTE		Count;
-	DWORD		SkillIDList[Count];
-};
diff --git a/ServerPack/HA3_Function/ShentongLVInfo b/ServerPack/HA3_Function/ShentongLVInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA3_Function/ShentongLVInfo
+++ /dev/null
diff --git a/ServerPack/HA3_Function/ShentongLVInfo.des b/ServerPack/HA3_Function/ShentongLVInfo.des
deleted file mode 100644
index b06a8b2..0000000
--- a/ServerPack/HA3_Function/ShentongLVInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 C8 神通等级信息 #tagMCShentongLVInfo
diff --git a/ServerPack/HA3_Function/ShentongLVInfo.h b/ServerPack/HA3_Function/ShentongLVInfo.h
deleted file mode 100644
index e8391d0..0000000
--- a/ServerPack/HA3_Function/ShentongLVInfo.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// A3 C8 神通等级信息 #tagMCShentongLVInfo
-
-struct	tagMCShentongLV
-{
-	BYTE	ShentongID;
-	BYTE	ClassLV;
-	BYTE	LV;
-};
-
-struct	tagMCShentongLVInfo
-{
-	tagHead		Head;
-	BYTE		Count;
-	tagMCShentongLV	ShentongLVList[Count]; 
-};
diff --git a/ServerPack/HA3_Function/ShentongSkillInfo b/ServerPack/HA3_Function/ShentongSkillInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA3_Function/ShentongSkillInfo
+++ /dev/null
diff --git a/ServerPack/HA3_Function/ShentongSkillInfo.des b/ServerPack/HA3_Function/ShentongSkillInfo.des
deleted file mode 100644
index aa6030d..0000000
--- a/ServerPack/HA3_Function/ShentongSkillInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 C9 神通技能设置信息 #tagMCShentongSkillInfo
diff --git a/ServerPack/HA3_Function/ShentongSkillInfo.h b/ServerPack/HA3_Function/ShentongSkillInfo.h
deleted file mode 100644
index 9e308e7..0000000
--- a/ServerPack/HA3_Function/ShentongSkillInfo.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A3 C9 神通技能设置信息 #tagMCShentongSkillInfo
-
-struct	tagMCShentongSkillInfo
-{
-	tagHead		Head;
-	BYTE		Count;
-	DWORD		SkillIDList[Count];
-};

--
Gitblit v1.8.0