From e9b22196a3042c193992f3ef634d5e9bf45573e3 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=97=B6=E9=97=B4=E7=BA=BF?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/mod/friend/Friend.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/game/mod/friend/Friend.go b/src/server/game/mod/friend/Friend.go index fe50f5bf..f4865410 100644 --- a/src/server/game/mod/friend/Friend.go +++ b/src/server/game/mod/friend/Friend.go @@ -281,6 +281,8 @@ func (f *FriendMod) AddLog(Uid, Type int, Param string) int { return f.AutoId } func (f *FriendMod) AddBubble(Id, Type int) { + //TODO QA版本暂时不开放 + return f.Bubble[Id] = &BubbleInfo{ Id: Id, Time: GoUtil.Now(),