From 8a6f0b4e927ba31fb5e2c9bdcc05a921763dba52 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:40:00 +0800 Subject: [PATCH] =?UTF-8?q?notification=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/player_data.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/game/player_data.go b/src/server/game/player_data.go index ca9dad79..f2b5c1d2 100644 --- a/src/server/game/player_data.go +++ b/src/server/game/player_data.go @@ -892,6 +892,7 @@ func (p *Player) LoginBackData() { HandleType: MsgMod.HANDLE_MOD_PLAYER_LOGIN, Extra: conf.Server.ServerID, }) + SetFriendApplyNotification(int(p.M_DwUin), 0) p.PushClientRes(p.PlayMod.mod_list.Base.BackData()) p.PushClientRes(p.PlayMod.mod_list.Handbook.BackData()) p.PushClientRes(p.PlayMod.mod_list.Base.BackData())