浏览代码

爬塔补充提交

zhangyuqian 11 月之前
父节点
当前提交
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);
                 }
             }
         }