소스 검색

爬塔补充提交

zhangyuqian 1 년 전
부모
커밋
a6f9069b14
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/ServerProxy/FieldWorkSproxy.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/ServerProxy/FieldWorkSproxy.cs

@@ -35,6 +35,7 @@ namespace GFGGame
                     AddDressup(response.EquipAIds, 0, 0);
                     AddDressup(response.EquipBIds, 0, 1);
                     AddDressup(response.EquipCIds, 0, 2);
+                    EventAgent.DispatchEvent(ConstMessage.FieldWork_StateCHANGE);
                 }
             }
         }