Compare commits

...

2 Commits

Author SHA1 Message Date
sk 4f9e3b87ca Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop 2024-07-10 00:01:29 +08:00
sk c7992f9fc0 赛季通行证任务 2024-07-10 00:01:12 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,5 @@
"AgoraAddress": "http://47.105.78.29:8081", "AgoraAddress": "http://47.105.78.29:8081",
"InviteUrl": "http://47.105.78.29:8000/", "InviteUrl": "http://47.105.78.29:8000/",
"RankTimeout": 2, "RankTimeout": 2,
"PermitInitScore": 1234 "PermitInitScore": 0
} }

View File

@ -200,6 +200,7 @@ func CSTaskReward(s *netlib.Session, packetId int, data interface{}, sid int64)
for _, v := range srvdata.TaskMgr.GetActivityType(msg.GetTp()) { for _, v := range srvdata.TaskMgr.GetActivityType(msg.GetTp()) {
f(v.GetId()) f(v.GetId())
} }
ret.OpCode = taskproto.OpResultCode_OPRC_Success
} else { } else {
f(msg.GetId()) f(msg.GetId())
} }