Browse Source

爬塔补充提交

zhangyuqian 11 months ago
parent
commit
a6f9069b14
1 changed files with 1 additions and 0 deletions
  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);
                 }
             }
         }