From d3cf94bbb1d65cd3994cd98bf7ce6a5989cc1b5b Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Wed, 11 Oct 2023 14:58:04 -0400 Subject: [PATCH] Added more --- AscNet.GameServer/Handlers/AccountModule.cs | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 = { }