diff --git a/AscNet.GameServer/Handlers/AccountModule.cs b/AscNet.GameServer/Handlers/AccountModule.cs index 85cd9b2..62fc4af 100644 --- a/AscNet.GameServer/Handlers/AccountModule.cs +++ b/AscNet.GameServer/Handlers/AccountModule.cs @@ -314,6 +314,26 @@ namespace AscNet.GameServer.Handlers }; session.SendPush(notifyFiveTwentyRecord); + PurchaseDailyNotify purchaseDailyNotify = new() + { + ExpireInfoList = { }, + DailyRewardInfoList = { }, + FreeRewardInfoList = { } + }; + session.SendPush(purchaseDailyNotify); + + NotifyPurchaseRecommendConfig notifyPurchaseRecommendConfig = new() + { + Data = { } + }; + session.SendPush(notifyPurchaseRecommendConfig); + + NotifyBackgroundLoginData notifyBackgroundLoginData = new() + { + HaveBackgroundIds = { } + }; + session.SendPush(notifyBackgroundLoginData); + NotifyMedalData notifyMedalData = new() { MedalInfos = { } @@ -470,6 +490,8 @@ namespace AscNet.GameServer.Handlers }; session.SendPush(notifyTrialData); + + NotifyPivotCombatData notifyPivotCombatData = new() { PivotCombatData = { }