diff --git a/worldsrv/action_game.go b/worldsrv/action_game.go index 7632f0c..324a011 100644 --- a/worldsrv/action_game.go +++ b/worldsrv/action_game.go @@ -1454,6 +1454,7 @@ func CSGetPrivateRoomListHandler(s *netlib.Session, packetId int, data interface Players: players, CostType: v.CustomParam.GetCostType(), Creator: v.creator, + BaseScore: v.BaseScore, } if v.CustomWinSnId > 0 { p := PlayerMgrSington.GetPlayerBySnId(v.CustomWinSnId)