浏览代码

服装技能书分解参与度类型修改

huangxiaoyue 2 年之前
父节点
当前提交
851c55c6a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/ClothingDecompose/ClothingDecomposeView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ClothingDecompose/ClothingDecomposeView.cs

@@ -368,7 +368,7 @@ namespace GFGGame
                 if (result)
                 {
                     OnClickBtnRarity(_curRarity);
-                    LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.FU_ZHUANG_FEN_JIE, 2);
+                    LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.SKILL_BOOK_FEN_JIE, 2);
                 }
             }
         }