From 4ef1877a2e172bdb2cd630714dd2d068e2e8a7ce Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Sat, 14 Jan 2023 20:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=8F=8B=E6=83=85=E7=82=B9case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/module.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user/module.go b/modules/user/module.go index 1f7755947..1522ebc1d 100644 --- a/modules/user/module.go +++ b/modules/user/module.go @@ -254,6 +254,8 @@ func (this *User) QueryAttributeValue(uid string, attr string) (value int64) { return int64(userEx.Guildcoin) case comm.ArenaCoin: return int64(userEx.Arenacoin) + case comm.ResFriend: + return int64(userEx.FriendPoint) } return }