mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-24 12:54:39 +01:00
unfinished draft
This commit is contained in:
@@ -327,8 +327,8 @@ type Airou struct {
|
||||
func getGuildAirouList(s *Session) []Airou {
|
||||
var guildCats []Airou
|
||||
bannedCats := make(map[uint32]int)
|
||||
guild, err := GetGuildInfoByCharacterId(s, s.charID)
|
||||
if err != nil {
|
||||
guild := GetGuildInfoByCharacterId(s, s.charID)
|
||||
if guild.ID == 0 {
|
||||
return guildCats
|
||||
}
|
||||
rows, err := s.server.db.Query(`SELECT cats_used FROM guild_hunts gh
|
||||
|
||||
Reference in New Issue
Block a user