From fa4bb5491df435bcbb19aba25cd643911e62cf5f Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 12 十月 2018 17:57:01 +0800
Subject: [PATCH] 4144 【前端】人物粉色品质防具装备的合成与拆解

---
 System/KnapSack/Logic/PackSendQuestMgr.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/System/KnapSack/Logic/PackSendQuestMgr.cs b/System/KnapSack/Logic/PackSendQuestMgr.cs
index 353732b..3b3fc9c 100644
--- a/System/KnapSack/Logic/PackSendQuestMgr.cs
+++ b/System/KnapSack/Logic/PackSendQuestMgr.cs
@@ -1083,6 +1083,15 @@
         }
         #endregion
 
+        #region 鍙戦�佹媶瑙h姹�
+        public void SendDismantleQuest(ItemWinBtnType btnType, ItemAttrData attrData)
+        {
+            CA313_tagCMItemDecompound decompound = new CA313_tagCMItemDecompound();
+            decompound.Index = (byte)attrData.index;
+            GameNetSystem.Instance.SendInfo(decompound);
+        }
+        #endregion
+
         #region 鍙戦�佺画璐硅姹� 
         public void SendRenewalQuest(ItemWinBtnType btnType,int index)
         {

--
Gitblit v1.8.0