This commit is contained in:
aozhiwei 2024-04-09 16:04:43 +08:00
parent d1b4431c34
commit 7c4c8e61dd

View File

@ -594,6 +594,7 @@ func (this *guildMgr) AsyncSetGuildJob(accountId string, targetId string, guildJ
} }
member.guildJob = guildJob member.guildJob = guildJob
task.SetSucc() task.SetSucc()
cb(0, "")
}) })
}) })
} }