Browse Source

锦罗织造红点刷新

huangxiaoyue 1 year ago
parent
commit
8c12d4d3ef

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

@@ -138,6 +138,7 @@ namespace GFGGame
                 }
             }
             EventAgent.DispatchEvent(ConstMessage.RED_CHANGE);
+            EventAgent.DispatchEvent(ConstMessage.STORE_BROCADE_WEAV_RECEIVE);
             BonusController.TryShowBonusList(bonusList, onSuccess);
             return true;
         }