Browse Source

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

huangxiaoyue 2 years ago
parent
commit
851c55c6a9

+ 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);
                 }
             }
         }