优化随机公会

This commit is contained in:
殷勇 2023-08-30 16:28:51 +08:00
parent f201b0ad26
commit 13feb0b8f9

View File

@ -22,7 +22,6 @@ type GuildMgr struct {
Logs map[int64][]*GuildLog // 公会ID -> 公会日志
loadedFlags int64
guildIds []int64 // 公会ids
//RandGuildIds []int64 // 随机公会ids
}
func NewGuildMgr() *GuildMgr {