瀏覽代碼

换装默认装处理

guodong 1 年之前
父節點
當前提交
a73c52c534
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      GameClient/Assets/Game/HotUpdate/DressUp/DressUpObj.cs

+ 11 - 11
GameClient/Assets/Game/HotUpdate/DressUp/DressUpObj.cs

@@ -653,17 +653,17 @@ namespace GFGGame
                         Remove(ConstItemID.DEFULT_NEI_DA);
                         Add(ConstItemID.DEFULT_LIAN_YI_QUN);
                     }
-                    else
-                    {
-                        if (!hasXiaZhuang)
-                        {
-                            Add(ConstItemID.DEFULT_XIA_ZHUANG);
-                        }
-                        if (!hasNeiDa)
-                        {
-                            Add(ConstItemID.DEFULT_NEI_DA);
-                        }
-                    }
+                    //else
+                    //{
+                    //    if (!hasXiaZhuang)
+                    //    {
+                    //        Add(ConstItemID.DEFULT_XIA_ZHUANG);
+                    //    }
+                    //    if (!hasNeiDa)
+                    //    {
+                    //        Add(ConstItemID.DEFULT_NEI_DA);
+                    //    }
+                    //}
 
                 }
             }